Returns the identifiers of all replies of the specified comment.
Introduced: 30.0.
TXTextControl.CommentReplies(CommentId)
| Parameter | Description | |
| CommentId | 
 Specifies a comment identifier. The identifiers of all replies of this comment are returned.  | 
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.
| CommentId: | Long | 
| Property value: | Array of Long | 
Read only.
<< TXTextControl.CommentReply Method | >> TXTextControl.CommentStart Property