RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterAction.DoAfterGetExecuteActionResponse Method

Calls event handlers after the adapter action response is formulated.

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

DoAfterGetExecuteActionResponse is called by GetExecuteActionResponse. The parent adapter's OnAfterGetActionResponse event handler is called first. If it does not handle the action response then the OnAfterGetResponse event handler is called. 

 

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