TXTextControl.SectionLength Property

Gets the number of characters in the section. The section break character is not included.

Introduced: 21.0.

Syntax

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