Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this function after you have made any modifications to the document.
virtual void SetModifiedFlag(
BOOL bModified = TRUE
);
Parameters
- bModified
Flag indicating whether the document has been modified.
Remarks
By calling this function consistently, you ensure that the framework prompts the user to save changes before closing a document. Typically you should use the default value of TRUE for the bModified parameter. To mark a document as clean (unmodified), call this function with a value of FALSE.
Requirements
Header: afxwin.h