Field Methods and Properties (inherits Item)
void setSelection
(
number rowNum,
number start,
number length
)
Set text selection
-
Return: void:
-
Arg: number: Query row number
-
Arg: number: Starting character
-
Arg: number: Number of characters
Sets the text selection in the control. Use the block method
getQueryRow() to retrieve the
current row number.