TcxRadioButton Class
An advanced radio button control.
Declaration
TcxRadioButton = class(
TRadioButton,
IdxFadingObject,
IcxLookAndFeelContainer,
IdxSkinSupport,
IdxScaleFactor,
IdxVisualRefinementsListener,
IdxAutomationElement
)
Remarks
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 and WordWrap).
The following image demonstrates a checked radio button when the native paint style is applied.
Implements
Inheritance
See Also