RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppPageModule.OnDeactivate Event

Occurs when the Web module is deactivated.

Pascal
property OnDeactivate: TNotifyEvent;
C++
__property TNotifyEvent OnDeactivate;

Write an OnDeactivate event handler to perform any final cleanup when the Web module is deactivated. Web modules are deactivated after the HTTP request has been processed, just before the Web context is freed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!