TdxDocumentSaveOptions Class
Stores file names and format settings that affect document export operations in Rich Edit components.
Declaration
TdxDocumentSaveOptions = class(
TdxRichEditNotificationOptions,
IdxDocumentSaveOptions
)
Remarks
This class has the following members that allow you to:
Specify the default file name and format for a new document (DefaultFileName and DefaultFormat).
Change the file name and format for an existing document (CurrentFileName and CurrentFormat).
Identify if it is possible to overwrite the current document file (CanSaveToCurrentFileName).
Reset the current file name and document format (ResetCurrentFileName and ResetCurrentFormat).
The document save options affect:
The SaveDocument and SaveDocumentAs end-user commands of a Rich Edit control.
A document server component’s SaveDocument procedures.
A Rich Edit control’s SaveDocument procedures.
A document‘s SaveDocument procedures.
A Rich Edit component’s Options.DocumentSaveOptions property references a TdxDocumentSaveOptions object.