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