Vcl.Controls.TControl.Floating
Delphi
property Floating: Boolean read GetFloating;
C++
__property bool Floating = {read=GetFloating, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies whether the control is 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.