[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Undocks the control into floating state.
Source position: controls.pp line 1477
public function TControl.ManualFloat( |
TheScreenRect: TRect; |
KeepDockSiteSize: Boolean = True |
):Boolean; virtual; |
TheScreenRect |
|
The screen area where the floating control is moved; the client area of a float host site. |
True if succesfully floated.
TWinControls float for themselves, for TControls a floating host dock site is created, and the control is docked into it.
lazarus-ccr.sourceforge.net |