Web.HTTPApp.TWebDispatcher Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AfterDispatchpublishedOccurs after the HTTP response message has been successfully filled out by the action items but not yet sent.
BeforeDispatchpublishedOccurs 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.
OnExceptionpublishedOccurs when an unhandled exception occurs in the application.
OnGetDeltaStreamsprotected