RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.ImplFinishContext Method

Provides the underlying implementation of the FinishContext method.

Pascal
procedure ImplFinishContext; virtual;
C++
virtual __fastcall ImplFinishContext();

ImplFinishContext performs any final tasks and cleanup after the WebSnap application has finished processing a request message. 

In TMultiModuleWebAppServices, ImplFinishContext calls the DoneModule method for every active Web module so that it can be freed or deactivated, and then frees the Web context for the current request. 

Descendant classes override ImplFinishContext to add their own final tasks. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!