RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetCollection Method

Returns the value of the Collection property.

Pascal
function GetCollection: IXMLNodeCollection;
C++
__fastcall IXMLNodeCollection GetCollection();

Use the TXMLNode object's IXMLNode interface to call the protected GetCollection method. GetCollection returns the value of the Collection property. If this node is not a member of a collection (that is, if it does not represent one of a set of child nodes that are all the same type), then GetCollection returns nil (Delphi) or NULL (C++). 

 

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