Back to Devexpress

TcxCustomCheckComboBox Class

vcl-cxcheckcombobox-d8f5b1dc.md

latest2.3 KB
Original Source

TcxCustomCheckComboBox Class

Serves as the base class for classes that implement check combo box editors.

Declaration

delphi
TcxCustomCheckComboBox = class(
    TcxCustomComboBox
)

Remarks

TcxCustomCheckComboBox implements the basic functionality of check combo box controls. These controls let an end-user select one or more items in the dropdown window.

The check states of all items are stored in the Value property. This matches the editor’s edit value and consists of a bit for each item. Refer to the Value topic for more information.

Use TcxCustomCheckComboBox as a base class when implementing your own check combo box with custom behavior.

Do not create instances of the TcxCustomCheckComboBox class. Instead use TcxCheckComboBox or its data-aware version (TcxDBCheckComboBox).

Inheritance

Show 16 items

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

See Also

TcxCustomCheckComboBox Members

cxCheckComboBox Unit