API:Soap.OPToSOAPDomConv.TMultiRefNodeElem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TMultiRefNodeElem = record
    Node: IXMLNode;
    MultiRefChildren: TXMLNodeArray;
  end;

C++

struct DECLSPEC_DRECORD TMultiRefNodeElem
{
public:
    Xml::Xmlintf::_di_IXMLNode Node;
    TXMLNodeArray MultiRefChildren;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv Soap.OPToSOAPDomConv

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!