RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.DoneModule Method

Performs any final tasks before deactivating a Web module.

Pascal
procedure DoneModule(AWebModule: TComponent); virtual;
C++
virtual __fastcall DoneModule(TComponent * AWebModule);

The FinishContext method calls DoneModule for every active Web module as part of the final cleanup before freeing the Web modules and Web context when the WebSnap application is finished handling an HTTP request. DoneModule notifies the Web module that it is about to be deactivated, so that it can perform any final tasks before it is freed or deactivated. 

AWebModule is the Web module instance that is about to be deactivated. 

 

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