RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageAction.ImplGetAdapterItemRequestParams Method

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

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

ImplGetAdapterItemRequestParams is called by GetAdapterItemRequestParams. ImplGetAdapterItemRequestParams calls the parent adapter's EncodeActionParams method to add the current page as a parameter. Then the inherited ImplGetAdapterItemRequestParams method is called so that any event handlers that may be defined will be called. 

 

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