TXTextControl.TrackedChangeUserName Property

Returns the name of the user who has changed the document. This parameter can be an empty string to indicate, that an unknown user has changed the document.

Introduced: 26.0.

Syntax

TXTextControl.TrackedChangeUserName(TrackedChangeId)
Parameter Description
TrackedChangeId

Specifies a tracked change identifier.

Data Types

TrackedChangeId:    Long
Property value:    String

Limitations

Read only, run time only.

See Also