TXTextControl.SelLength Property

Returns or sets the number of characters selected.

Syntax

TXTextControl.SelLength [= value]

Remarks

The valid range of settings is 0 to text length, the total number of characters a Text Control contains. Setting this property's value to a value larger than the current text size, extents the selection up to the document's end.

Data Types

Long.

Limitations

Run time only.

See Also