FMX.Platform.TApplicationEventHandler

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform


Description

Type de gestionnaire d'événement pour les événements d'application.

Cet événement fournit les arguments suivants :

Remarque: La valeur de retour booléenne est uniquement utilisée pour un type d'événement OpenURL et est uniquement disponible sur iOS (en ce moment).

Voir aussi