Xbasic
RTF.SELECT Function
Syntax
.Select(p obj )
.SELECT( Start_Position as N, Length as N )
Arguments
- obj
Pointer
- Start_Position
The beginning position of the selection. Position 1 is before the first character in the control. Position 0 selects all text in the control.
- Length
The number of characters to select.
Description
The .SELECT() method selects text starting at Start_Position for Length characters.
Limitations
Desktop applications only.
See Also