Vcl.ComCtrls.TTreeNodes.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
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNodes

Description

Deletes all tree nodes contained from the list managed by TTreeNodes.

Use the Clear method to remove all the nodes of a tree view.

See Also