RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.FinishContext Method

Performs any final tasks after the WebSnap application has finished processing a request.

Pascal
procedure FinishContext;
C++
__fastcall FinishContext();

FinishContext is called as the last step before a WebSnap application sends a response message back to the caller. FinishContext performs any final tasks, and frees all the objects and components that were created to handle the request message. 

FinishContext is not a virtual method. Descendant classes can't override this method to add additional final tasks. Instead, FinishContext calls the virtual ImplFinishContext method, which descendant classes override to add their own final tasks. 

 

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