Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocumentSaveOptions.CanSaveToCurrentFileName Method

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