vcl-cxradiogroup.md
An advanced radio button control.
TcxRadioButton = class(
TRadioButton,
IdxFadingObject,
IcxLookAndFeelContainer,
IdxSkinSupport,
IdxScaleFactor,
IdxVisualRefinementsListener,
IdxAutomationElement,
IdxAISmartPasteItem
)
This class extends its ancestor (TRadioButton) with properties that allow you to:
Customize the control’s look & feel (LookAndFeel and Transparent).
Link the radio button to other radio buttons to make them work as a group, like TcxRadioGroup buttons (GroupIndex).
Automatically size the control to entirely display its contents (AutoSize).
Control how the control displays its caption (ShowEndEllipsis andWordWrap).
The following image demonstrates a checked radio button when the native paint style is applied.
TObject TPersistent TComponent TControl TWinControl TButtonControl TRadioButton TcxRadioButton
See Also