TXTextControl.TrackedChangeKind Property

Returns the kind of tracked change. It can be inserted or deleted text.

Introduced: 26.0.

Syntax

TXTextControl.TrackedChangeKind(TrackedChangeId)
Parameter Description
TrackedChangeId

Specifies a tracked change identifier.

Setting Description
1 The change is inserted text.
2 The change is deleted text.

Data Types

TrackedChangeId: Long
Property value: Integer

Limitations

Read only, run time only.

See Also