RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTree.Destroy Destructor

Frees the memory associated with the TDockTree object.

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

Do not explicitly destroy TDockTree objects. As interfaced objects, dock trees are destroyed automatically when the reference count of their IDockManager interface drops to zero. 

Destroy detaches the dock tree from the windowed control specified by the DockSite property, restoring its WindowProc property to the value it had when it called the TDockTree constructor. 

 

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