Back to Devexpress

TcxCustomTextEdit.SelLength Property

vcl-cxtextedit-dot-tcxcustomtextedit-cee84e43.md

latest1.1 KB
Original Source

TcxCustomTextEdit.SelLength Property

Determines the number of selected characters.

Declaration

delphi
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

TcxCustomTextEdit.SelectAll

TcxCustomTextEdit.SelText

TcxCustomTextEdit Class

TcxCustomTextEdit Members

cxTextEdit Unit