API:Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatch.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AComponent: TDSHTTPWebDispatcher);

C++

__fastcall TDSHTTPWebDispatch(TDSHTTPWebDispatcher* AComponent);

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPWebDispatch

Description


Creates and initializes an instance of TWebDispatch.

Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatch.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.