Xml.XMLDoc.TXMLNode.AddHostedNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddHostedNode(Node: TXMLNode);

C++

void __fastcall AddHostedNode(TXMLNode* Node);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNode

Description

Adds a node to the HostedNodes property list.

AddHostedNode is used internally to add nodes to the HostedNodes array.

Node is the node to add to the array.

See Also