Xml.XMLIntf.IXMLNodeList.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 IXMLNodeList

Description

Removes all nodes from the list.

Call Clear to empty the list.

Note: Clear does not call the BeginUpdate and EndUpdate methods, even though it may result in the deletion of more than one node.

See Also