RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeCollection.Clear Method

Removes all child nodes in the List property from the ChildNodes and List properties.

Pascal
procedure Clear;
C++
__fastcall Clear();

Use the IXMLNodeCollection interface for this node to call the protected Clear method. Clear deletes every child node from the collection (all the nodes in the List property), along with the corresponding nodes in the ChildNodes property. 

 

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