Web.WebBroker.TWebApplication.OnUnload
Delphi
property OnUnload: TUnloadProc read FUnloadProc write FUnloadProc;
C++
__property TUnloadProc OnUnload = {read=FUnloadProc, write=FUnloadProc};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Web.WebBroker.pas Web.WebBroker.hpp  | 
        Web.WebBroker | TWebApplication | 
Description
Indicates when the module is detached from the server.