API:Vcl.Forms.TCustomForm.GetFloating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFloating: Boolean; override;

C++

virtual bool __fastcall GetFloating();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Returns the value of the Floating property.

Vcl.Forms.TCustomForm.GetFloating inherits from Vcl.Controls.TControl.GetFloating. All content below this line refers to Vcl.Controls.TControl.GetFloating.

Returns the value of the Floating property.

GetFloating is the implementation of the read-only Floating property. GetFloating returns true if the HostDockSite property is either nil (Delphi) or NULL (C++), or of type FloatingDockSiteClass.

Override this method to change the way a control determines if it is floating.

See Also