RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebAppDataModule.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!