TcxCustomTextEdit.SelStart Property
Determines the position of the first selected character.
Declaration
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