Web.HTTPApp.TCustomWebFileDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomWebFileDispatcher(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher

Description

Creates an instance of TCustomWebFileDispatcher.

Call Create to create an instance of the TCustomWebFileDispatcher object.

Create creates and enables the HTTP files' properties and a mask that matches all these files.

See Also