TcxCustomRadioGroup Class
Implements the basic functionality for radio group controls.
Declaration
TcxCustomRadioGroup = class(
TcxCustomButtonGroup
)
Remarks
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.
Inheritance
See Also