API:FMX.Platform.TApplicationEventData
Delphi
TApplicationEventData = record
C++
struct DECLSPEC_DRECORD TApplicationEventData
{
public:
TApplicationEvent Event;
System::TObject* Context;
__fastcall TApplicationEventData(const TApplicationEvent AEvent, System::TObject* AContext);
TApplicationEventData() {}
};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
record struct |
public | FMX.Platform.pas FMX.Platform.hpp |
FMX.Platform | FMX.Platform |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.