TcxCustomTextEdit.SelLength Property
In This Article
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