RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XMLDoc.TXMLNodeArray Type

TXMLNodeArray is a dynamic array of TXMLNode objects.

Pascal
TXMLNodeArray = array of TXMLNode;
C++
array of TXMLNode TXMLNodeArray;

XMLDoc

TXMLNodeArray is a dynamic array of TXMLNode objects, each of which represents a node in an XML document. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!