RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.OnBeforeGetResponse Event

Called before the adapter action response is generated.

Pascal
property OnBeforeGetResponse: TActionExecuteHandledEvent;
C++
__property TActionExecuteHandledEvent OnBeforeGetResponse;

Implement OnBeforeGetResponse 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. OnBeforeGetResponse is called by DoBeforeGetExecuteActionReponse. 

 

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