RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.GetFloating Method

Returns the value of the Floating property.

Pascal
function GetFloating: Boolean; override;
C++
virtual __fastcall Boolean GetFloating();

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

 

Floating

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!