RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOPToSoapDomConvert.Create Constructor

Creates a new TOPToSoapDomConvert object.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!