Web.HTTPApp.TWebFileDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebFileDispatcherSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWebFileDispatcher

Delphi

TWebFileDispatcher = class(TCustomWebFileDispatcher)

C++

class PASCALIMPLEMENTATION TWebFileDispatcher : public TCustomWebFileDispatcher

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

TWebFileDispatcher manages the properties of the current HTTP file's request.

Add a TWebFileDispatcher object 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