WebAdapt.TBaseAdapterAction.OnAfterExecute

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From WebAdapt.pas

	property OnAfterExecute: TActionExecuteEvent read FOnAfterExecute write FOnAfterExecute;


Unit: WebAdapt

Type: event

Visibility: public

Member Of: TBaseAdapterAction

C++ Information

From WebAdapt.hpp

	__property TActionExecuteEvent OnAfterExecute;


Unit: WebAdapt

Type: property

Visibility: public

Member Of: TBaseAdapterAction

Description

Called after the adapter action has executed.


Implement OnAfterExecute to do something after the action has executed. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. OnAfterExecute is called by DoAfterExecuteActionRequest.

See Also

Personal tools
Translations
Newest Version