Skip to main content

TdxDocumentSaveOptions.CanSaveToCurrentFileName Method

Identifies if the target file name is available for document export operations.

Declaration

function CanSaveToCurrentFileName: Boolean;

Returns

Type Description
Boolean
True
A document export operation can export document content to the target file defined using the CurrentFileName or DefaultFileName property.
False
The target file is locked by another application or the current user has read-only access to the file.
See Also