RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.ImplGetExecuteActionResponse Method

Generates a response after the adapter action has been executed.

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

ImplGetExecuteActionResponse is called by GetExecuteActionResponse. ImplGetExecuteActionResponse sets properties of IActionResponse to identify the response to this action request. 

 

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