TdxDocumentSaveOptions.CanSaveToCurrentFileName Method
Identifies if it is possible to save a document to the current file save destination.
Declaration
function CanSaveToCurrentFileName: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function returns False if the current document file is locked by another application or the current user has read-only access to the file. Otherwise – the CanSaveToCurrentFileName function returns True.
See Also