SelectText Method (SparkComboBox)
Class
SparkComboBox
class
Action
Dispatched when text is selected.
Syntax
comboBox
.
SelectText
(
beginIndex
,
endIndex
)
Variable
Description
beginIndex
The index of the first character in the selection. INTEGER.
endIndex
The index of the last character in the selection. INTEGER.