Datasnap.DSHTTPWebBroker.TDSWebDispatch.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AComponent: TComponent);

C++

__fastcall TDSWebDispatch(System::Classes::TComponent* AComponent);

Description

Creates and initializes an instance of TWebDispatch.

Datasnap.DSHTTPWebBroker.TDSWebDispatch.Create inherits from Web.AutoDisp.TWebDispatch.Create. All content below this line refers to Web.AutoDisp.TWebDispatch.Create.

Creates and initializes an instance of TWebDispatch.

The TWebDispatch constructor is called from the constructor of the auto-dispatching component that uses it to implement its WebDispatch property. The AComponent parameter specifies the auto-dispatching component that uses the TWebDispatch instance.