RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction.ImplExecuteActionRequest Method

Executes the adapter action using parameters passed in the HTTP request.

Pascal
procedure ImplExecuteActionRequest(AActionRequest: IActionRequest; AActionResponse: IActionResponse); override;
C++
virtual __fastcall ImplExecuteActionRequest(IActionRequest AActionRequest, IActionResponse AActionResponse);

ImplExecuteActionRequest sets the parent adapter's current page using the page index passed in the AActionRequest parameter. 

 

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