RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSOAPDomConv.Create Constructor

Creates a new TSOAPDomConv object.

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

Typically, applications do not need to create instances of TSOAPDomConv. Instead, it is created and used by THTTPRio on client applications and THTTPSoapPascalInvoker or THTTPSoapCppInvoker on server applications. 

The AOwner parameter specifies the component that is responsible for freeing the TSOAPDomConv instance. 

 

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