Vcl.ComCtrls.TTreeNodes.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TTreeNodes();

Properties

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

Description

Destroys an instance of TTreeNodes.

Do not call Destroy directly in an application. The tree view that owns the TTreeNodes object destroys the tree nodes object by calling its Free method.

See Also