The ComboBox class / ui.ComboBox methods |
Get the item text by position.
getItemText( position INTEGER ) RETURNING result STRING
The getItemText() method returns the display label of an item at the give position.
The first item starts at position 1.