RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeCollection.Remove Method

Removes one of the repeating child nodes from this node.

Pascal
function Remove(const Node: IXMLNode): Integer;
C++
__fastcall int Remove(const IXMLNode Node);

Remove removes a specified child node from the collection of repeating child nodes. It removes the node from both the collection, and from the ChildNodes property, which lists all children of this node. 

Node is the interface of the child to remove. It must represent on of the repeating child nodes. 

To remove a child that is not one of the repeating child nodes, use the ChildNodes property instead. 

 

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