FMX.StdCtrls.TRadioButton.GroupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupName: string read GetGroupName write SetGroupName stored GroupNameStored nodefault;

C++

__property System::UnicodeString GroupName = {read=GetGroupName, write=SetGroupName, stored=GroupNameStored};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TRadioButton

Description

Specifies the name of the group this radio button is part of.

Set the GroupName property to the name of the group this radio button belongs to. If multiple radio buttons are part of the same group, that is, all of them have the same GroupName, when you click one of them, it becomes selected, while the others in this group become cleared.

See Also