RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Destroy Destructor

Destroys the tree node object.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TTreeNode();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!