|
RAD Studio VCL Reference
|
Calls event handlers after the adapter action response is formulated.
procedure DoAfterGetExecuteActionResponse(AActionRequest: IActionRequest; AActionResponse: IActionResponse); virtual;
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!
|