Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocDocumentImporterOptions.IgnoreDeletedText Property

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 DefaultIgnoreDeletedText

#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