Web.HTTPApp.TCustomWebFileDispatcher
Delphi
TCustomWebFileDispatcher = class(TComponent, IWebDispatch)
C++
class PASCALIMPLEMENTATION TCustomWebFileDispatcher : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
Description
TCustomWebFileDispatcher is the abstract base class for Web file dispatcher objects.
Add a descendant of TCustomWebFileDispatcher to a Web application to enable and manage the properties of the current HTTP file's request (extension, directories).
Note: When a Web application is created, it automatically includes a TWebModule object, which is a descendant of TCustomWebDispatcher. Keep the default Web module or replace it with another data module that contains a descendant of TCustomWebDispatcher, such as TWebDispatcher.
See Also