TdxDocDocumentImporterOptions.IgnoreDeletedText Property
In This Article
Specifies if the Rich Edit control ignores the text deleted using the Microsoft Word® Track Changes feature.
#Declaration
Delphi
property IgnoreDeletedText: Boolean read; write; default DefaultIgnoreDeletedText;
#Property Value
Type | Default |
---|---|
Boolean | Default |
#Remarks
You can set this property to False to attempt to load the text the Track Changes feature deleted. The Rich Edit control omits such text when loading Microsoft Word® binary document files by default, since the Track Changes feature is not currently supported.
The default value of the IgnoreDeletedText property is DefaultIgnoreDeletedText.
See Also