Vcl.ComCtrls.TTreeNodes.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Node: TTreeNode);

C++

void __fastcall Delete(TTreeNode* Node);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNodes

Description

Removes a node from the tree view.

Delete removes the tree node specified by the Node parameter and all its children from the tree view.

See Also

Code Examples