RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterRowAction.ImplGetAdapterItemRequestParams Method

Provides the underlying implementation for the GetAdapterItemRequestParams method.

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

The GetAdapterItemRequestParams method calls ImplGetAdapterItemRequestParams to obtain the parameters this action needs when it executes. The name/value pairs this method provides are added to the HTML form and passed back in any HTTP request that form generates. 

AIdentifier returns a unique identifier for this action object, which the WebSnap application uses to dispatch requests from the generated form to this object. 

Params is an interface that ImplGetAdapterItemRequestParams uses to write the name/value pairs it needs. 

ImplGetAdapterItemRequestParams first generates an OnGetActionParams event on the parent adapter, and then an OnGetParams event on this action object. 

 

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