Vcl.ComCtrls.TTreeNode.DeleteChildren

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteChildren;

C++

void __fastcall DeleteChildren();

Properties

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

Description

Deletes all children of the node.

Use the DeleteChildren method to delete all children of a tree node, freeing all associated memory.

See Also