RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDockTree.DockSite Property

Specifies the windowed control that uses this dock tree to manage docking operations.

Pascal
property DockSite: TWinControl;
C++
__property TWinControl * DockSite;

Applications can't use the protected DockSite property. TDockTree uses this property internally when it needs to interact with the windowed control for which it manages docking operations. 

DockSite is set in the TDockTree constructor. 

 

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