Web.Win.ISAPIApp.TISAPIApplication.OnTerminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTerminate: TISAPITerminateProc read FTerminateProc write FTerminateProc;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication

Description

Occurs immediately before the ISAPI application is terminated.

Write an OnTerminate event handler to execute code immediately before the ISAPI application is terminated.

See Also