TXTextControl.TrackedChangeNext Method

This method returns the identifier of the tracked change that follows the specified tracked change in the Text Control's current text. It can be used to find the next tracked change in the text or to enumerate all tracked changes.

Introduced: 26.0.

Syntax

TXTextControl.TrackedChangeNext TrackedChangeId
Parameter Description
TrackedChangeId

Specifies a tracked change identifier. If this parameter is zero, the identifier of the first tracked change is returned.

Return Value

The method returns the identifier of the tracked change that follows the specified tracked change. It returns zero when there is no following tracked change.

Data Types

TrackedChangeId: Long
Return value: Long

See Also