RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultWebAppServices.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 (including the Web context). 

 

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