gui.getComboBoxItem
Returns a handle to a comboBox item at a specified row index.
Prototype
hComboBoxItem = gui.getComboBoxItem ( hComponent, nRow )
Parameters
hComponent - valid GUI component handle
nRow - row index number 1..n
Return values
hComboBoxItem - item handle, or nil
Sample
sInputGame = gui.getComboBoxItemText ( gui.getComboBoxItem ( hComponentInputGame, 1 ) )
Available since ShiVa 2.0