RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterAction.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);

When this adapter action is executed, it provides name/value pairs which will be written when the HTML page is generated and passed back in the HTTP request. For example, an action that deletes a row in a table will need a name/value pair that identifies the row to be deleted. When the HTML page is generated a hyperlink or button is written that identifies the name and parameters of the action. When the hyperlink or button is clicked the name of the action and parameters are passed back to the web application in the HTTP request. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!