TdxDocumentSaveOptions.DefaultFormat Property
In This Article
Specifies the default format for new documents.
#Declaration
Delphi
property DefaultFormat: TdxRichEditDocumentFormat read; write; default TdxRichEditDocumentFormat.Rtf;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
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 Tdx
The DefaultFormat property’s default value is TdxRichEditDocumentFormat.Rtf.
See Also