GetItem Method (JComboBox)
Class
JComboBox
class
Action
Returns the item at the specified index.
Syntax
sItem
=
comboBox
.
GetItem
(
index
)
Variable
Description
sItem
The name of the item. STRING.
index
The item index. The value is one-based. INTEGER.
Examples
STRING sItem =
ColorsComboBox.GetItem
(1)