Show: Delphi C++
Display Preferences

FMX.Controls.TRadioButton

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TTextControlFMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TRadioButton

Delphi

TRadioButton = class(TTextControl, IGroupName)

C++

class PASCALIMPLEMENTATION TRadioButton : public Fmx::Types::TTextControl

Contents

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Represents a radio (option) button.

TRadioButton, also called option button, presents a set of mutually exclusive choices. You can create individual radio buttons using TRadioButton or use a group to automatically arrange radio buttons into groups. You can group radio buttons to let the user select one from a limited set of choices.

A selected radio button is displayed as a circle filled in the middle. When not selected, the radio button shows an empty circle. Assign the value True or False to the IsChecked property to change the radio button's visual state.

See Also

Code Examples

Personal tools
Translations