RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeCollection.GetNode Method

Returns the interface for one of the repeating child nodes.

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

GetNode is the read implementation of the Nodes property. 

Index identifies which repetition of the child node is desired, where 0 is the first repetition, 1 is the second repetition, and so on. 

 

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