Soap.OPToSOAPDomConv.TSOAPDomConv.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TSOAPDomConv(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Description

Creates a new TSOAPDomConv object.

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.

See Also