Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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