RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.DefaultDockTreeClass Variable

Provides the default implementation class for the DockManager property of container controls.

Pascal
DefaultDockTreeClass: TDockTreeClass = TDockTree;
C++
TDockTreeClass DefaultDockTreeClass = TDockTree;

Controls

When you set the UseDockManager property of a container control to true, it uses the value of its DockManager property to manage docking operations. If the application does not explicitly assign a value to DockManager, the control generates a dock manager by instantiating the class specified by DefaultDockTreeClass.  

The Controls unit sets DefaultDockTreeClass to TDockTree. Change this value to provide a different default implementation of the dock manager that container controls use when the DockManager property is not explicitly assigned. The class specified by DefaultDockTreeClass must be a descendant of TDockTree

 

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