RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNodes.Destroy Destructor

Destroys an instance of TTreeNodes.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~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. 

 

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