Vcl.Controls.TControl.Floating
Delphi
property Floating: Boolean read GetFloating;
C++
__property bool Floating = {read=GetFloating, nodefault};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Spécifie si le contrôle est flottant.
Consultez Floating pour déterminer si un contrôle ancrable apparaît dans une fenêtre flottante au lieu d'être ancré dans un contrôle parent.
Remarque : Utilisez la propriété Floating plutôt que la propriété Parent pour déterminer si un contrôle est en flottement libre. Les contrôles flottants peuvent avoir un parent non nil (Delphi) ou non NULL (C++) si la propriété FloatingDockSiteClass spécifie un type de fenêtre flottant.