[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Index - the number of the currently selected item (starting at zero)
Source position: dbctrls.pp line 511
public property TDBComboBox.ItemIndex; |
Index - the number of the currently selected item
The first item has number 0, the second has number 1, the third number 2, etc.
In case no item is selected, ItemIndex has value -1.