Back to Devexpress

TcxCustomCheckGroup Class

vcl-cxcheckgroup-baae8d90.md

latest2.4 KB
Original Source

TcxCustomCheckGroup Class

Implements the basic functionality of check group controls.

Declaration

delphi
TcxCustomCheckGroup = class(
    TcxCustomButtonGroup
)

Remarks

The TcxCustomCheckGroup class serves as the base for the TcxCheckGroup and TcxDBCheckGroup objects. It inherits the button and border painting functionality (when using an editor as a standalone) from the TcxCustomButtonGroup class. Additionally, it overrides the Properties property to provide settings specific to check box groups. It also implements the States property that enables you to specify check states for individual check boxes within the control.

Note that the check group’s edit value is updated automatically when changing the individual combo boxes’ check states. The edit value’s format is specified by the Properties.EditValueFormat property. You can also override default conversion logic by handling the Properties.OnStatesToEditValue and Properties.OnEditValueToStates events.

Inheritance

Show 14 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomGroupBox TcxCustomButtonGroup TcxCustomCheckGroup

See Also

TcxCustomCheckGroup Members

cxCheckGroup Unit