IsCommentLine Method (SapTextEdit)
Class
SapTextEdit
class
Action
Returns true if the specified line is a comment line.
Syntax
bCommentLine
=
textEdit
.
IsCommentLine
(
line
)
Variable
Description
bCommentLine
BOOLEAN.
line
Index of the line. The value is one-based. INTEGER.