|
RAD Studio VCL Reference
|
Occurs before the adapter action response is generated.
property OnBeforeGetActionResponse: TAdapterActionExecuteHandledEvent;
__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!
|