TXTextControl.CommentDelete Method

This method removes a comment from the document.

Introduced: 30.0.

Syntax

TXTextControl.CommentDelete CommentId
Parameter Description
CommentId

Specifies a comment identifier.

Return Value

The return value is True, if the comment could be removed. Otherwise, it is False.

Data Types

CommentId: Long
Return value: Boolean

See Also