TXTextControl.CommentGetReplied Method

Gets the comment for which the specified comment is a reply. When the specified comment is not a reply, 0 is returned.

Introduced: 30.0.

Syntax

TXTextControl.CommentGetReplied CommentId
Parameter Description
CommentId

Specifies a comment identifier.

Return Value

The return value is the identifier of the comment for which the specified comment is a reply. The return value is 0, if the specified comment does not exist or if the specified comment is not a reply.

Data Types

CommentId: Long
Return value: long

See Also