TXTextControl.SectionStart Property

Gets the number (one-based) of the section's first character.

Introduced: 21.0.

Syntax

TXTextControl.SectionStart 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.

Data Types

Number: Long
Property value: Long

Limitations

Read only, run time only.

See Also