auto_CloseDocumentΒΆ

auto_CloseDocument closes the active document. If the document was not saved with the auto_SaveDocumentAs function, it will close without being saved.

bool = auto_CloseDocument()

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Example

auto_CloseDocument()

id-573096