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 TOPToSoapDomConvert object.

Most applications do not create instances of TOPToSoapDomConvert. It is created by the THTTPRio and TSoapPascalInvoker objects to handle the marshaling and unmarshaling of SOAP method calls.

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

See Also