RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeCollection.Clear Method

Removes all child nodes in the Nodes property from the ChildList and Nodes properties.

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

Clear deletes every child node from the collection (all the nodes in the Nodes 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!