PyCDocument.SaveModified Virtual

SaveModified()

Called by the MFC architecture when a document is closed.

Comments

If a handler is defined for this function, the base (MFC) function will not be called. If necessary, the handler must call this function explicitely.

See Also

PyCDocument::SaveModified

Return Value

The handler should return TRUE if it is safe to continue and close the document; 0 if the document should not be closed.