WebAdapt.TEndUserSessionAdapter Events
From RAD Studio API Documentation
InheritedProtected
| OnAfterExecuteAction | published | Occurs after an adapter action has executed. |
| OnAfterGetActionResponse | published | Occurs after the adapter action response is generated. |
| OnAfterUpdateFields | public | Occurs after values in the HTTP request are used to update adapter fields. |
| OnAfterValidateFields | public | Occurs after values in the HTTP request are validated by the adapter's fields. |
| OnBeforeExecuteAction | published | Occurs before an adapter action is executed. |
| OnBeforeGetActionResponse | published | Occurs before the adapter action response is generated. |
| OnBeforeUpdateFields | public | Occurs before values in the HTTP request are used to update adapter fields. |
| OnBeforeValidateFields | public | Occurs before values in the HTTP request are validated by the adapter's fields. |
| OnGetActionParams | published | Supplies name/value pairs needed to execute an adapter action. |
| OnHasRights | published | Determines if the user rights match the rights being queried. |
| OnIterateRecords | public | Occurs when the adapter needs to iterate over its data records. |
| OnProduceLoginPage | published | Allows implementation of a customized login page. |