gui.getComboBoxItem

Returns a handle to a comboBox item at a specified row index.

Prototype

  1. 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

  1. sInputGame = gui.getComboBoxItemText ( gui.getComboBoxItem ( hComponentInputGame, 1 ) )

Available since ShiVa 2.0