Skip to main content

TdxDocumentSaveOptions.DefaultFormat Property

Specifies the default format for new documents.

Declaration

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