Xml.XMLDoc.TXMLNodeCollection.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeCollection

Description

Removes all child nodes in the List property from the ChildNodes and List properties.

Use the IXMLNodeCollection interface for this node to call the protected Clear method. Clear deletes every child node from the collection (all the nodes in the List property), along with the corresponding nodes in the ChildNodes property.

See Also