TdxRichEditDocumentImportOptions.Doc Property
In This Article
Provides access to settings applied to importing Microsoft Word® 97 – 2003 binary documents (DOC files).
#Declaration
Delphi
property Doc: TdxDocDocumentImporterOptions read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the DOC file format compatibility settings related to the Microsoft Word® Track Changes functionality unsupported in the Rich Edit control. Refer to the TdxDocDocumentImporterOptions class description for detailed information.
See Also