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

TcxDBImageComboBox Class

Represents a data-aware control used to display a list of images with corresponding text strings.

Declaration

TcxDBImageComboBox = class(
    TcxCustomImageComboBox
)

Remarks

The TcxDBImageComboBox object represents a data-aware control displaying a list of images with corresponding text strings. It inherits its main functionality from the TcxCustomImageComboBox class.

Each image combo box item represents a data source field value. This value is assigned to the item’s Value property of a TcxImageComboBox class instance, which corresponds to a specific image combo box item. Said differently, data source field values identify image combo box items.

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.

See Also