TdxRichEditDocumentImportOptions.FallbackFormat Property
Specifies the format used when importing a document file whose format is not recognized.
Declaration
property FallbackFormat: TdxRichEditDocumentFormat read; write;
Property Value
Type |
---|
TdxRichEditDocumentFormat |
Remarks
Use this property to change the currently used fallback format.
The Rich Edit control uses the fallback format as the format of the imported document when it is unable to detemine its actual format by file extension or the Open dialog filter. By default, the control treats unrecognized documents as plain text files.
The FallbackFormat property is initialized to TdxRichEditDocumentFormat.PlainText.
See Also