TXTextControl.IsTrackChangesEnabled Property

Gets or sets a value indicating whether track changes is active or not. When this property is true, new changes made to the document are marked up. When this property is false, a TextControl stops marking up new changes. Any changes that were already tracked remain marked up in the document until they were removed.

Introduced: 26.0.

Syntax

TXTextControl.IsTrackChangesEnabled [= boolean]
Setting Description
True Text changes are tracked.
False (Default) Text changes are not tracked.

Data Types

Boolean.

See Also