Web.HTTPApp.TCustomWebDispatcher Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterDispatchprotectedOccurs after the HTTP response message has been successfully filled out by the action items but not yet sent.
BeforeDispatchprotectedOccurs before the dispatcher tries to match the HTTP request message with any of its action items.
OnCreatepublishedOccurs when an application instantiates a data module.
OnDestroypublishedOccurs when the data module is about to be destroyed.
OnExceptionpublicOccurs when an unhandled exception occurs in the application.
OnGetDeltaStreamsprotected