Web.Win.ISAPIApp.TISAPIApplication.OnTerminate

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnTerminate: TISAPITerminateProc read FTerminateProc write FTerminateProc;

C++

__property TISAPITerminateProc OnTerminate = {read=FTerminateProc, write=FTerminateProc};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication

Beschreibung

Tritt sofort auf, bevor die ISAPI-Anwendung beendet wird.

Mit einer OnTerminate-Ereignisbehandlungsroutine können Sie Code sofort ausführen, bevor die ISAPI-Anwendung beendet wird.

Siehe auch