RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterRequestHandler.HandleRequest Method

Executes the adapter action and generates a response.

Pascal
function HandleRequest(DispatchParams: IAdapterDispatchParams): Boolean;
C++
__fastcall Boolean HandleRequest(IAdapterDispatchParams DispatchParams);

The adapter dispatcher calls HandleRequest to execute the adapter action and generate a response. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!