RAD Studio VCL Reference
|
Lists the interfaces of the repeating child nodes.
property Nodes [Index: Integer]: IXMLNode;
__property IXMLNode Nodes[int Index];
Use Nodes to access nodes from the set of repeating child nodes. The value of Nodes is the IXMLNode interface that represents a specified child node.
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|