Contents
- Index
- Previous
- Next
SelLength property
Declaration
property SelLength: Integer;
Description
Specifies the number of characters that are selected.
Read SelLength to determine the length of the selected text. Set SelLength to change the selection to consist of the first SelLength characters starting at SelStart.
Run-time only