Soap.OPToSOAPDomConv.TSOAPDomConv.CreateObjectNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  CreateObjectNode(Instance: TObject; RootNode, ParentNode: IXMLNode;
const NodeName, NodeNamespace, ChildNamespace: InvString; ObjConvOpts: TObjectConvertOptions): InvString;

C++

Soap::Invokeregistry::InvString __fastcall CreateObjectNode(System::TObject* Instance, Xml::Xmlintf::_di_IXMLNode RootNode, Xml::Xmlintf::_di_IXMLNode ParentNode, const Soap::Invokeregistry::InvString NodeName, const Soap::Invokeregistry::InvString NodeNamespace, const Soap::Invokeregistry::InvString ChildNamespace, Soap::Invokeregistry::TObjectConvertOptions ObjConvOpts);

Properties

Type Visibility Source Unit Parent
function protected
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Description

Embarcadero Technologies does not currently have any additional information.