Skip to main content
A newer version of this page is available. .

TcxImageComboBoxItem Class

Represents an item displayed within the dropdown of an image combo box.

Declaration

TcxImageComboBoxItem = class(
    TCollectionItem
)

Remarks

The TcxImageComboBoxItem object represents an item displayed within an image combo box. Each image combo box item can be represented by the text and/or image, specified via the Description and ImageIndex properties respectively. When a user navigates through image combo box items, the Value property values of the TcxImageComboBoxItem object (representing the currently selected item) are assigned to the editor’s EditValue property. If the EditValue property of the image combo box’s editor is assigned a value which has no corresponding image combo box item, the image and the text to display within the image combo box’s editor are specified by the Properties.DefaultImageIndex and Properties.DefaultDescription properties.

Note

Make certain that each image combo box item has a unique value for its Value property; otherwise, items with the same values will not be distinguished from each other.

Inheritance

See Also