Back to Devexpress

TcxDBColorComboBox Class

vcl-cxdbcolorcombobox.md

latest2.5 KB
Original Source

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.

Inheritance

Show 17 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTextEdit TcxCustomMaskEdit TcxCustomDropDownEdit TcxCustomComboBox TcxCustomColorComboBox TcxDBColorComboBox

See Also

TcxColorComboBox

Integrated Touch Gesture Support

TcxDBColorComboBox Members

cxDBColorComboBox Unit