TXTextControl.CommentReplies Property

Returns the identifiers of all replies of the specified comment.

Introduced: 30.0.

Syntax

TXTextControl.CommentReplies(CommentId)
Parameter Description
CommentId

Specifies a comment identifier. The identifiers of all replies of this comment are returned.

Remarks

If the specified comment has no replies the property returns an empty array. Then the LBound property returns 0 and the UBound property returns -1.

Data Types

CommentId: Long
Property value: Array of Long

Limitations

Read only.

See Also