
Inserts a section break at the text input position or at a specified position.
Introduced: 14.0.
TXTextControl.SectionInsert BreakKind, TextPos
| Parameter | Description | ||||||||||
| BreakKind | Specifies the kind of the section break. It can be one of the following Constants:
| ||||||||||
| TextPos | Specifies the text position at which the section is to be inserted. If this parameter is -1, the section break is inserted at the current text input position. |
The return value is True, if the section break could be added. Otherwise it is False.
| BreakKind: | Integer |
| TextPos: | Long |
| Return value: | Boolean |