[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
ManualFloat - the opposite of ManualDock, allows operator to Float a control
Source position: controls.pp line 1139
public function TControl.ManualFloat( |
TheScreenRect: TRect; |
KeepDockSiteSize: Boolean = true |
):Boolean; dynamic; |
TheScreenRect |
|
The rectangle within which the floating control is located |
The function returns True if a manual float has been succesfully performed
function TControl.ManualFloat(TheScreenRect: TRect; KeepDockSiteSize: Boolean = true): Boolean; Undock and float. Float means here: create the floating dock site and dock this control into it. Exception: Forms do not need float dock sites and float on their own.