Skip to main content

TcxCustomButtonGroup Class

Implements the basic functionality of controls displaying multiple check boxes or radio buttons.

Declaration

TcxCustomButtonGroup = class(
    TcxCustomGroupBox
)

Remarks

The TcxCustomButtonGroup class serves as the base for the TcxRadioGroup and TcxCheckGroup controls. It inherits the border and caption painting functionality from the group box control. Additionally, it overrides the Properties property to return an object providing common settings for radio group and check group controls.

Do not create TcxCustomButtonGroup objects directly. To create a radio or check group, use an appropriate descendant.

See Also