Contents
- Index
- Previous
- Next
SelText property
Declaration
property SelText: WideString;
Description
Specifies the selected portion of the control's text.
Read SelText to determine the value of the selected text.
Set SelText to replace the selected text with a new string. If there is no selection, set SelText to insert a new string into the text at the cursor.
Run-time only