RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNodeList.Remove Method

Removes a specified node from the list.

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

Remove removes the specified node from the list.  

Node is the node to remove from the list. 

Remove returns the index of Node before it was removed. If node is not a node in the list, Remove returns -1. 

 

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