WebAdapt.TBaseAdapterAction.DoAfterGetExecuteActionResponse
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebAdapt.pas
procedure DoAfterGetExecuteActionResponse(AActionRequest: IActionRequest; AActionResponse: IActionResponse); virtual;
Unit: WebAdapt
Type: method
Visibility: protected
Member Of: TBaseAdapterAction
C++ Information
From WebAdapt.hpp
virtual void __fastcall DoAfterGetExecuteActionResponse(System::DelphiInterface<Adaptreq::IActionRequest> AActionRequest, System::DelphiInterface<Adaptreq::IActionResponse> AActionResponse);
Unit: WebAdapt
Type: method
Visibility: protected
Member Of: TBaseAdapterAction
Description
Calls event handlers after the adapter action response is formulated.
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.