FMX.Platform.TApplicationEventMessage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AData: TApplicationEventData);

C++

__fastcall TApplicationEventMessage(const TApplicationEventData &AData);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform TApplicationEventMessage

Description

Creates a message with the specified value.

FMX.Platform.TApplicationEventMessage.Create inherits from System.Messaging.TMessage.Create. All content below this line refers to System.Messaging.TMessage.Create.

Creates a message with the specified value.

The specified value, AValue, is stored in the protected FValue property of the created message.

See Also