RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.GetFloating Method

Returns the value of the Floating property.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!