Soap.OPToSOAPDomConv.TSOAPDomConv.MakeArrayNode

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function  MakeArrayNode(RootNode, Node: IXMLNode; const Name, URI, TypeName: InvString;
Indices: array of NativeInt): IXMLNode; overload;
function  MakeArrayNode(RootNode, Node: IXMLNode; const Name, URI, TypeName: InvString;
Dim, Len: Integer): IXMLNode; overload;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall MakeArrayNode(Xml::Xmlintf::_di_IXMLNode RootNode, Xml::Xmlintf::_di_IXMLNode Node, const Soap::Invokeregistry::InvString Name, const Soap::Invokeregistry::InvString URI, const Soap::Invokeregistry::InvString TypeName, int *Indices, const System::NativeInt Indices_High)/* overload */;
Xml::Xmlintf::_di_IXMLNode __fastcall MakeArrayNode(Xml::Xmlintf::_di_IXMLNode RootNode, Xml::Xmlintf::_di_IXMLNode Node, const Soap::Invokeregistry::InvString Name, const Soap::Invokeregistry::InvString URI, const Soap::Invokeregistry::InvString TypeName, int Dim, int Len)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TSOAPDomConv

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.