RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeList.Count Property

Indicates the number of nodes in the list.

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

Read Count to determine the number of nodes in the list. Count provides an upper limit to the indexes that can be used with the Nodes property. 

To change the value of Count, add nodes using the Add or Insert method, or remove them using the Delete or Remove method. 

 

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