TXTextControl.SelectionBounds Object

Is used with the setter of the selection property of the TextPart object.

Introduced: 24.0.

Syntax

[JavaScript]
{
    start: <integer>,
    length: <integer>
}

Properties

Property Description
length The length of the selection in characters.
start The 0-based start character position of the selection.