API:FMX.Presentation.Messages.TDispatchMessageWithValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TDispatchMessageWithValue<T> = record
    MsgID: TMessageID;
    Value: T;
  public
    constructor Create(const AMessageID: TMessageID; const AValue: T);
  end;

C++

template<typename T> struct DECLSPEC_DRECORD TDispatchMessageWithValue__1

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Presentation.Messages.pas
FMX.Presentation.Messages.hpp
FMX.Presentation.Messages FMX.Presentation.Messages

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!