RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatcher.Create Constructor

Creates a new THTTPSoapDispatcher object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall THTTPSoapDispatcher(TComponent * AOwner);

Most applications do not need to call the THTTPSoapDispatcher constructor. Typically the HTTP SOAP dispatcher is added to a Web module at design time, so that the constructor is called automatically. 

The Owner parameter specifies the component (usually the Web module) that is responsible for freeing the THTTPSoapDispatcher instance. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!