Xml.XMLIntf.IXMLNodeList.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(const Node: IXMLNode): Integer;

C++

virtual int __fastcall Remove(const _di_IXMLNode Node) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLNodeList

Description

Removes a specified node from the list.

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.

See Also