RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDispatch.Create Constructor

Creates and initializes an instance of TWebDispatch.

Pascal
constructor Create(AComponent: TComponent);
C++
__fastcall TWebDispatch(TComponent * AComponent);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!