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

TcxDBCheckComboBox Class

A data-aware version of the TcxCheckComboBox control.

Declaration

TcxDBCheckComboBox = class(
    TcxCustomCheckComboBox
)

Remarks

The data-aware functionality of the TcxDBCheckComboBox is encapsulated by its DataBinding property. This allows you to specify the DataSource and DataField to which the editor is bound.

The bound database field must contain integer values. These field values are interpreted as the bitwise combination of flags, each of which corresponds to a specific item within the list box. Note: the number of significant bits is equal to the number of items within the list box.

See Also