Xml.XMLDoc.TXMLNode.RemoveHostedNode
Delphi
procedure RemoveHostedNode(Node: TXMLNode);
C++
void __fastcall RemoveHostedNode(TXMLNode* Node);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNode |
Description
Removes a node from the HostedNodes property list.
RemoveHostedNode is used internally to remove nodes from the HostedNodes array.
Node is the node to remove from the array.