RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.Get Method

Returns a specified node in the list.

Pascal
function Get(Index: Integer): IXMLNode;
C++
__fastcall IXMLNode Get(int Index);

Call Get to retrieve a node from the list, given its index. 

Index specifies the node to fetch, where 0 identifies the first node, 1 identifies the second node, and so on. Index should be less than the value of the Count property. 

 

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