PyCDocument.OnSaveDocument Virtual
OnSaveDocument(fileName)
Called by the MFC architecture.
Parameters
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
Return Value
TRUE if the document could be saved, else FALSE.