Skip to main content

TcxCustomTextEdit.SelLength Property

Determines the number of selected characters.

Declaration

property SelLength: Integer read; write;

Property Value

Type
Integer

Remarks

Use the SelLength property to set the number of selected characters within an editor. The character starting a selection is determined via the SelStart property value. Setting SelLength to a value greater than the number of characters from SelStart to the text end results in selecting all characters from SelStart to the text end.

See Also