vcl-cxradiogroup-dc19bca7.md
Implements the basic functionality for radio group controls.
TcxCustomRadioGroup = class(
TcxCustomButtonGroup
)
Radio group controls combine a number of radio buttons into a group so that a single button from the group can be selected at a time. The TcxCustomRadioGroup class implements the basic functionality of such control. It serves as the ancestor for the TcxRadioGroup and TcxDBRadioGroup editors.
Radio buttons that can be joined in the groups are represented by the TcxRadioButton controls.
Show 14 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomGroupBox TcxCustomButtonGroup TcxCustomRadioGroup
See Also