RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Add Method

Adds a new node to the end of the list.

Pascal
function Add(const Node: IXMLNode): Integer;
C++
__fastcall int Add(const IXMLNode Node);

Call Add to add a node to the end of the list. Add returns the index of the node once it is added, where 0 is the index of the first node in the list, 1 is the index of the second node, and so on. 

Node is the node to add to the list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!