API:Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Unit: Datasnap.DSProxyDispatcher
Parent: TDSProxyDispatcher

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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