API:Soap.OPToSOAPDomConv.TOPToSoapDomConvert.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a new TSOAPDomConv object.

Soap.OPToSOAPDomConv.TOPToSoapDomConvert.Create inherits from Soap.OPToSOAPDomConv.TSOAPDomConv.Create. All content below this line refers to Soap.OPToSOAPDomConv.TSOAPDomConv.Create.

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