API:FMX.Platform.TApplicationEventData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TApplicationEventData = record
    Event: TApplicationEvent;
    Context: TObject;
    constructor Create(const AEvent: TApplicationEvent; AContext: TObject);
  end;

C++

struct DECLSPEC_DRECORD TApplicationEventData
{
public:
    TApplicationEvent Event;
    System::TObject* Context;
    __fastcall TApplicationEventData(const TApplicationEvent AEvent, System::TObject* AContext);
    TApplicationEventData() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !