RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.FloatingDockSiteClass Property

Specifies the class of the temporary control that hosts the control when it is floating.

Pascal
property FloatingDockSiteClass: TWinControlClass;
C++
__property TWinControlClass FloatingDockSiteClass;

Use FloatingDockSiteClass to specify the class that houses the control when it is floating. This class must be a descendant of TWinControl. By default, it is TCustomDockForm. When the control is undocked, a temporary control of this type is created and the control is docked to that control. When the control is docked to another control, the temporary floating dock site is freed. 

If the control can float as a stand-alone window, FloatingDockSiteClass is nil (Delphi) or NULL (C++). 

 

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