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, um Änderungen des Anwendungsstatus zu überwachen.

Siehe auch