RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetAdapterItemRequestParams Method

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

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

The name/value pairs provided by this method will written to the HTTP response when the HTML page is generated and passed back in the HTTP request when this adapter action is to be executed. For example, an action that deletes a row in a table will need a name/value pair that identifies the row to be deleted. 

 

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