Show: Delphi
C++
Display Preferences
API:WebAdapt.TEndUserAdapterLogoutAction.OnBeforeExecute
From XE2 API Documentation
Delphi
property OnBeforeExecute;
C++
__property OnBeforeExecute;Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | WebAdapt.pas WebAdapt.hpp |
WebAdapt | TEndUserAdapterLogoutAction |
Description
Called before the adapter action is executed.
WebAdapt.TEndUserAdapterLogoutAction.OnBeforeExecute inherits from WebAdapt.TBaseAdapterAction.OnBeforeExecute. All content below this line refers to WebAdapt.TBaseAdapterAction.OnBeforeExecute.
Called before the adapter action is executed.
Implement OnBeforeExecute to do something before the action is executed. The Params parameter contains the adapter action parameters (name/value pairs) that were passed in the HTTP request. Set the Handled flag to prevent the action from being executed. OnBeforeExecute is called by DoBeforeExecuteActionRequest.