FMX.Platform.TApplicationEventHandler

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TApplicationEventHandler = function (AAppEvent: TApplicationEvent; AContext: TObject): Boolean of object;

C++

typedef bool __fastcall (__closure *TApplicationEventHandler)(TApplicationEvent AAppEvent, System::TObject* AContext);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


Beschreibung

Typ einer Ereignisbehandlungsroutine für Anwendungsereignisse.

Dieses Ereignis stellt die folgenden Argumente bereit:

Hinweis: Der boolesche Rückgabewert wird nur für den Ereignistyp OpenURL verwendet und ist (derzeit) nur unter iOS verfügbar.

Siehe auch