RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPagedAdapter.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!