|
RAD Studio VCL Reference
|
Performs any final tasks after the WebSnap application has finished processing a request.
procedure FinishContext;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|