FMX.StdCtrls.TRadioButtonGroupMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageBaseSystem.TObjectTRadioButtonGroupMessage

Delphi

TRadioButtonGroupMessage = class(TMessage)

C++

class PASCALIMPLEMENTATION TRadioButtonGroupMessage : public System::Messaging::TMessageBase

Properties

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

Description

Message sent when a radio button inside a radio group is checked.

The GroupName property of TRadioButtonGroupMessage provides the name of the group of radio buttons where the checked radio button belongs.

When FireMonkey receives this message, it ensures that the other buttons in the same radio group are unchecked.

See Also