RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Count Property

Indicates the number of nodes in the collection.

Pascal
property Count: Integer;
C++
__property int Count;

Read Count to determine the number of nodes in the list. To change the value of Count, use the IXMLNodeList interface. Add nodes using the Add or Insert method, or remove them using the Delete or Remove method. 

 

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