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.DefaultFormat Property

Specifies the default format for new documents.

#Declaration

Delphi
property DefaultFormat: TdxRichEditDocumentFormat read; write; default TdxRichEditDocumentFormat.Rtf;

#Property Value

Type Default Description
TdxRichEditDocumentFormat Rtf

Enumerates document formats available in Rich Edit components.

#Remarks

The Rich Edit control suggests the default format in a Save As dialog invoked by the SaveDocument or SaveDocumentAs command when a user saves a new document.

Note

Refer to the TdxRichEditDocumentFormat type description for detailed information on available formats.

The DefaultFormat property’s default value is TdxRichEditDocumentFormat.Rtf.

See Also