TdxBarComboControl.LocalItemIndex Property
Specifies the selected dropdown list item.
Declaration
property LocalItemIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
This property specifies the highlighted item in an active dropdown window. When a user navigates through the items in a dropdown list, the LocalItemIndex property is changed, and the value of the currently selected item appears in the edit box portion of the combo box. The first item in the list has index 0. Unlike ItemIndex, the LocalItemIndex property specifies the index in the active item control. After a user confirms changes, the ItemIndex property of the underlying item is set equal to the LocalItemIndex.
See Also