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.SelStart Property

Determines the position of the first selected character.

#Declaration

Delphi
property SelStart: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use the SelStart property to determine the position of the first selected character. The SelStart property is zero based where 0 indicates the first character. If no text is selected, the SelStart property indicates the cursor position. Set the SelStart property to remove the current selection and place the cursor just before the character indicated by the supplied value. To select a particular text range, first set the SelStart property to position the cursor and then set the SelLength property to extend the selection.

See Also