Skip to main content

TdxRichEditControlOptionsBase.DocumentSaveOptions Property

Provides access to the file name and format settings affecting the SaveDocument and SaveDocumentAs commands.

Declaration

property DocumentSaveOptions: TdxDocumentSaveOptions read; write;

Property Value

Type
TdxDocumentSaveOptions

Remarks

Use this property to change the file format and/or name used or suggested for exporting the current document. Note that the settings provided by the DocumentSaveOptions property do not affect the Rich Edit control’s SaveDocument procedure.

Refer to the TdxDocumentSaveOptions class description for detailed information on available options.

See Also