Vcl.ComCtrls.TTreeNode.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TTreeNode(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeNode |
Description
Destroys the tree node object.
Do not call Destroy directly in an application. Instead, use the Delete method. Delete removes the image of the node and all its children from the tree view window, and guards against recursive deletes.