RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageAction.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 is called by ExecuteActionRequest. ImplExecuteActionRequest calls ExtractRequestParams followed by GetNewPage. If GetNewPage returns true then the parent adapter's current page is changed. 

 

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