PyCDocument.DoSave Virtual

DoSave(fileName, bReplace )

Called by the MFC architecture to save a document.

Parameters

fileName : string

The name of the file being saved.

bReplace : int

TRUE if the file should be replaced.

Comments

If a handler is defined for this function, it must call the base class PyCDocument::DoSave method.

See Also

PyCDocument::DoSave

Return Value

TRUE if the document could be saved, else FALSE.