API:Vcl.Forms.TCustomForm.GetFloating

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetFloating: Boolean; override;

C++

virtual bool __fastcall GetFloating();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Liefert den Wert der Eigenschaft Floating.

Vcl.Forms.TCustomForm.GetFloating erbt von Vcl.Controls.TControl.GetFloating. Der folgende Inhalt bezieht sich auf Vcl.Controls.TControl.GetFloating.

Liefert den Wert der Eigenschaft Floating.

GetFloating ist die Implementierung der Nur-Lesen-Eigenschaft Floating. GetFloating gibt true zurück, wenn HostDockSite entweder nil (Delphi) bzw. NULL (C++) ist oder den Typ FloatingDockSiteClass hat.

Durch Überschreiben dieser Methode können Sie ändern, wie ein Steuerelement bestimmt, ob es frei platzierbar ist.

Siehe auch