TXTextControl.CommentUserName Property

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

Introduced: 30.0.

Syntax

TXTextControl.CommentUserName(CommentId)
Parameter Description
CommentId

Specifies a comment identifier.

Data Types

CommentId:    Long
Property value:    String

Limitations

Read only, run time only.

See Also