TcxCustomComboBox.ItemIndex Property
In This Article
Specifies the selected combo box item.
#Declaration
Delphi
property ItemIndex;
#Property Value
Type | Description |
---|---|
Integer | The index of the selected combo box item.
|
#Remarks
Use the ItemIndex
property to switch between combo box items in code, even if the drop-down window is hidden.
#Default Value
The ItemIndex
property’s default value is -1
.
The default ItemIndex
property value indicates that no combo box item is selected.
See Also