RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplGetAdapterItemRequestParams Method

Provides the name/value pairs needed to execute this adapter action.

Pascal
procedure ImplGetAdapterItemRequestParams(var AIdentifier: string; Params: IAdapterItemRequestParams); virtual;
C++
virtual __fastcall ImplGetAdapterItemRequestParams(AnsiString AIdentifier, IAdapterItemRequestParams Params);

ImplGetAdapterItemRequestParams is called by GetAdapterItemRequestParams. ImplGetAdapterItemRequestParams calls the OnGetActionParams event handler of the parent adapter and then calls the OnGetParams event handler. 

 

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