FMX.StdCtrls.TSpeedButtonGroupMessage

From RAD Studio API Documentation
Jump to: navigation, search

System.Messaging.TMessageSystem.Messaging.TMessageBaseSystem.TObjectTSpeedButtonGroupMessage

Delphi

TSpeedButtonGroupMessage = class(TMessage<string>);

C++

class PASCALIMPLEMENTATION TSpeedButtonGroupMessage : public System::Messaging::TMessage__1<System::UnicodeString>

Properties

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

Description

Message sent when a speed button inside a group is pressed.

The Value property of TSpeedButtonGroupMessage provides the name of the group of speed buttons where the pressed speed button belongs.

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

See Also