Back to Devexpress

TcxRadioButton Class

vcl-cxradiogroup.md

latest2.7 KB
Original Source

TcxRadioButton Class

An advanced radio button control.

Declaration

delphi
TcxRadioButton = class(
    TRadioButton,
    IdxFadingObject,
    IcxLookAndFeelContainer,
    IdxSkinSupport,
    IdxScaleFactor,
    IdxVisualRefinementsListener,
    IdxAutomationElement,
    IdxAISmartPasteItem
)

Remarks

This class extends its ancestor (TRadioButton) with properties that allow you to:

The following image demonstrates a checked radio button when the native paint style is applied.

Implements

IdxFadingObject

IcxLookAndFeelContainer

IdxSkinSupport

IdxScaleFactor

IdxVisualRefinementsListener

Inheritance

TObject TPersistent TComponent TControl TWinControl TButtonControl TRadioButton TcxRadioButton

See Also

Integrated Touch Gesture Support

TcxRadioButton Members

cxRadioGroup Unit