RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapter.OnAfterGetActionResponse Event

Occurs after the adapter action response is generated.

Pascal
property OnAfterGetActionResponse: TAdapterActionExecuteEvent;
C++
__property TAdapterActionExecuteEvent OnAfterGetActionResponse;

Implement OnAfterGetActionResponse 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. 

 

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