Xml.XMLDoc.TXMLNodeList.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 TXMLNodeList

Description

Removes all nodes from the list.

Call Clear to empty the list.

Note: Clear does not call the BeginUpdate and EndUpdate methods. NotificationProc is called for every node in the list as it is removed.

See Also