TdxDocumentSaveOptions.CanSaveToCurrentFileName Method
In This Article
Identifies if it is possible to save a document to the current file save destination.
#Declaration
Delphi
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