Back to Devexpress

TcxDBCheckListBox Class

vcl-cxdbchecklistbox.md

latest2.3 KB
Original Source

TcxDBCheckListBox Class

Represents the data-aware version of the TcxCheckListBox control.

Declaration

delphi
TcxDBCheckListBox = class(
    TcxCustomCheckListBox
)

Remarks

TcxDBCheckListBox is the data-aware version of the cxCheckListBox control. The behavior of TcxDBCheckListBox is similar to the cxCheckListBox control except that it allows editing the contents of dataset fields.

The TcxDBCheckListBox’s data-aware functionality is encapsulated by its DataBinding property. It allows you to specify the DataSource and DataField to which the editor is bound.

This 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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomListBox TcxCustomCheckListBox TcxDBCheckListBox

See Also

TcxCheckListBox

Integrated Touch Gesture Support

TcxDBCheckListBox Members

cxDBCheckListBox Unit