RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapter.OnBeforeGetActionResponse Event

Occurs before the adapter action response is generated.

Pascal
property OnBeforeGetActionResponse: TAdapterActionExecuteHandledEvent;
C++
__property TAdapterActionExecuteHandledEvent OnBeforeGetActionResponse;

Implement OnBeforeGetActionResponse to do something before the action response is generated. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. Set the Handled flag to indicate that the response has been generated and no further processing is needed. 

 

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