[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Index - the number of the currently selected item (starting at zero)
Source position: stdctrls.pp line 394
public property TCustomComboBox.ItemIndex: Integer |
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.
|
TCustomComboBox - the base class from which TComboBox is derived |
|
|
Items - an array of strings that holds the entries of the drop-down list |
lazarus-ccr.sourceforge.net |