RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Destroy Destructor

Destroys the tree view control and is called by the Delete method.

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

Do not call the destructor directly in an application. Instead, use the Free method. Free checks that the tree view is not nil, and only then calls Destroy. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!