RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterApplyRowAction.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 create a TStrings containing the name/value pairs in AActionRequest and calls the OnExecute event handler. 

 

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