API:Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Description

Creates an instance of TCustomWebFileDispatcher.

Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create inherits from Web.HTTPApp.TCustomWebFileDispatcher.Create. All content below this line refers to Web.HTTPApp.TCustomWebFileDispatcher.Create.

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