FMX.Platform.TApplicationEventData.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AEvent: TApplicationEvent; AContext: TObject);

C++

__fastcall TApplicationEventData(const TApplicationEvent AEvent, System::TObject* AContext);
TApplicationEventData() {}

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform TApplicationEventData


Beschreibung

Erstellt eine Instanz von TApplicationEventData, die die Startwerte ihrer Felder definiert.

  • AEvent ist der Wert für das Feld Event.
  • AContext ist der Wert für das Feld Context.

Siehe auch