RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterRefreshRowAction.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!