WebAdapt.TBaseAdapterAction.DoAfterGetExecuteActionResponse

From RAD Studio VCL Reference
Jump to: navigation, search

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.

See Also

Personal tools
Translations
Newest Version