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.

GetFloating is the protected access function for the Floating property. Override this method in descendants that implement floating windows in some class-specific way.

See Also