RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.GetExecuteActionResponse Method

Generates a response after the adapter action has been executed.

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

GetExecuteActionResponse is called by ImplHandleRequest after executing an adapter action specified by the HTTP request. GetExecuteActionResponse calls, in turn, DoBeforeGetExecuteActionResponse, ImplGetExecuteActionResponse, and DoAfterGetExecuteActionResponse

 

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