TXTextControl.SectionSelect Method

This method can be used to select the specified section.

Introduced: 21.0.

Syntax

TXTextControl.SectionSelect Number
Parameter Description
Number

Specifies the section's number. The first section has the number 1. To get the number of the section at the text input position the SectionAtInputPos property can be used.

Return Value

The return value is True, if the specified section could be selected. Otherwise, it is False. False is returned, if the specified section does not exist.

Data Types

Number: Long
Return value: Boolean

See Also