FMX.Platform.IFMXApplicationEventService.SetApplicationEventHandler

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetApplicationEventHandler(AEventHandler: TApplicationEventHandler);

C++

virtual void __fastcall SetApplicationEventHandler(TApplicationEventHandler AEventHandler) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXApplicationEventService


Beschreibung

Definiert eine Ereignisbehandlungsroutine für Anwendungsereignisse.

Dieses Ereignis stellt seiner Ereignisbehandlungsroutine die folgenden Argumenten bereit:

Siehe auch