RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Floating Property

Indicates whether the control is floating.

Pascal
property Floating: Boolean;
C++
__property Boolean Floating;

Read Floating to determine whether a dockable control appears in a floating window, rather than docked to a parent control.

Note: Use Floating rather than the Parent property to determine whether a control is free-floating. Floating controls may have a non-nil (Delphi) or NULL (C++) parent if the FloatingDockSiteClass property specifies a floating window type.
 

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