Show TOC

COMMENT_LINESLocate this document in the navigation structure

Use

Use this method to designate a set of lines as comment lines.

Microsoft Windows

HTML

Java

YES

NO

YES

Features
call method textedit->comment_lines

        exporting
                from_line = from_line
                to_line = to_line
                enable_editing_protected_text = enable_editing_protected_text

        exceptions
                error_cntl_call_method = 1.
         

Parameter

Meaning

Possible Values

from_line

First line of block

to_line

End of block

enable_editing_protected_text

Editing for protected sections of text

  • false

    Protected sections cannot be edited (default value)

  • true

    Protected sections can be edited