Web.AutoDisp.TWebDispatch.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AComponent: TComponent);

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebDispatch

Description

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.