Web.HTTPApp.TCustomWebDispatcher Events
InheritedProtected
| AfterDispatch | protected | Occurs after the HTTP response message has been successfully filled out by the action items but not yet sent. |
| BeforeDispatch | protected | Occurs before the dispatcher tries to match the HTTP request message with any of its action items. |
| OnCreate | published | Occurs when an application instantiates a data module. |
| OnDestroy | published | Occurs when the data module is about to be destroyed. |
| OnException | public | Occurs when an unhandled exception occurs in the application. |
| OnGetDeltaStreams | protected |