Xml.XMLIntf.IXMLNodeCollection.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer);

C++

virtual void __fastcall Delete(int Index) = 0 ;

Properties

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

Description

Removes one of the repeating child nodes from this node.

Delete removes a specified child node from this node.

Index identifies the child to remove. It is the index of the child in the Nodes property list of repeating child nodes. The index 0 represents the first repetition, 1 represents the second repetition, and so on.

See Also