[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Undocks the control into floating state.
Source position: controls.pp line 1257
public function TControl.ManualFloat( |
TheScreenRect: TRect; |
KeepDockSiteSize: Boolean = true |
):Boolean; virtual; |
TheScreenRect |
|
The rectangle within which the floating control is located |
The function returns True if a manual float has been succesfully performed
TWinControls float for themselves, for TControls a floating dock site is created, and the control is docked into it.
lazarus-ccr.sourceforge.net |