RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterAction.OnAfterGetResponse Event

Called after the adapter action response is generated.

Pascal
property OnAfterGetResponse: TActionExecuteEvent;
C++
__property TActionExecuteEvent OnAfterGetResponse;

Implement OnAfterGetResponse to do something after the action response is generated. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. OnAfterGetResponse is called by DoAfterGetExecuteActionReponse. 

 

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