Xml.XMLIntf.IXMLNodeCollection.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

virtual void __fastcall Clear() = 0 ;

Properties

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

Description

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

Clear deletes every child node from the collection (all the nodes in the Nodes property), along with the corresponding nodes in the ChildNodes property.

See Also