Controls.TControl.Floating
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
property Floating: Boolean read GetFloating;
Unit: Controls
Type: property
Visibility: public
Member Of: TControl
C++ Information
From Controls.hpp
__property bool Floating = {read=GetFloating};
Unit: Controls
Type: property
Visibility: public
Member Of: TControl
Description
Indicates 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.