Show: Delphi
C++
Display Preferences
FMX.Edit.TComboEdit.ItemIndex
From XE2 API Documentation
Delphi
property ItemIndex: Integer read GetItemIndex write SetItemIndex;
C++
__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | TComboEdit |
Description
Index of the currently selected item in the drop-down ListBox.