TdxBarComboControl.ItemIndex Property
Specifies the selected item index in a dropdown list.
Declaration
property ItemIndex: Integer read;
Property Value
| Type |
|---|
| Integer |
Remarks
Refers to the ItemIndex property of a TdxBarCustomCombo item. The ItemIndex returns the index of selected items in an Items list. Unlike the LocalItemIndex property all item controls, which are based on the same item have the same ItemIndex.
See Also