|
RAD Studio VCL Reference
|
Destroys the tree view control and is called by the Delete method.
destructor Destroy; override;
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!
|