PyCDocument.DoSave Virtual
DoSave(fileName, bReplace )
Called by the MFC architecture to save a document.
Parameters
Comments
If a handler is defined for this function, it must call the base class PyCDocument::DoSave method.
See Also
Return Value
TRUE if the document could be saved, else FALSE.