RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMultiModuleWebAppServices.DoAfterDispatch Method

Generates an OnAfterDispatch event.

Pascal
function DoAfterDispatch(Request: TWebRequest; Response: TWebResponse): Boolean;
C++
__fastcall Boolean DoAfterDispatch(TWebRequest Request, TWebResponse Response);

TMultiModuleWebAppServices descendants call DoAfterDispatch to generate an OnAfterDispatch event after dispatching a request message to the other components in the WebSnap application. 

Request is the current request message that was just handled. 

Response is the response message that was filled in by the rest of the WebSnap application. 

DoAfterDispatch returns true if the WebSnap application should send the response message back to the caller. 

 

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