FMX.Presentation.Messages.TDispatchMessageWithValue.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AMessageID: TMessageID; const AValue: T);

C++

__fastcall TDispatchMessageWithValue__1(const System::Word AMessageID, const T AValue);
TDispatchMessageWithValue__1() {}

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages TDispatchMessageWithValue

Description

Constructor to create a TDispatchMessageWithValue record type.

See Also