RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplHandleRequest Method

Executes the adapter action and generates a response.

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

ImplHandleRequest is called by HandleRequest. ImplHandleRequest calls ExecuteActionRequest followed by GetExecuteActionResponse

 

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