TXTextControl.CommentReply Method

This method opens a comment input control which the end-user can use to reply to the specified comment.

Introduced: 30.0.

Syntax

TXTextControl.CommentReply CommentId
Parameter Description
CommentId

Specifies a comment identifier.

Return Value

The return value is True, if the comment with the specified identifier exists and the comment input control could be opened. Otherwise, it is False.

Data Types

CommentId: Long
Return value: Boolean

See Also