Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDBColorComboBox Class

Represents the data-aware version of the TcxColorComboBox.

#Declaration

Delphi
TcxDBColorComboBox = class(
    TcxCustomColorComboBox
)

#Remarks

This class introduces the DataBinding and Properties properties, and publishes properties and events inherited from base classes.

The data-aware functionality of the TcxDBColorComboBox is encapsulated in the DataBinding property. It allows you to specify DataSource and DataField to which the editor is bound.

This database field must contain integer values. These field values are interpreted as the TColor values representing the currently selected color within the editor.

See Also