WebAdapt.TBaseAdapterAction.DoBeforeGetExecuteActionResponse
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebAdapt.pas
procedure DoBeforeGetExecuteActionResponse(AActionRequest: IActionRequest; AActionResponse: IActionResponse); virtual;
Unit: WebAdapt
Type: method
Visibility: protected
Member Of: TBaseAdapterAction
C++ Information
From WebAdapt.hpp
virtual void __fastcall DoBeforeGetExecuteActionResponse(System::DelphiInterface<Adaptreq::IActionRequest> AActionRequest, System::DelphiInterface<Adaptreq::IActionResponse> AActionResponse);
Unit: WebAdapt
Type: method
Visibility: protected
Member Of: TBaseAdapterAction
Description
Calls event handlers before the adapter action response is formulated.
DoBeforeGetExecuteActionResponse is called by GetExecuteActionResponse. The parent adapter's OnBeforeGetActionResponse event handler is called first. If it does not handle the action response then the OnBeforeGetResponse event handler is called. If either event handler handles the action response then the IActionResponse's Handled property is set to true.