Undocks the control into the floating state.
Source position: controls.pp line 1548
public function TControl.ManualFloat( |
TheScreenRect: TRect; |
KeepDockSiteSize: Boolean = True |
):Boolean; virtual; |
TheScreenRect |
|
The screen area where the floating control is moved; or the client area for a floating host site. |
True if successfully floated.
TWinControls float for themselves, for TControls a floating host dock site is created, and the control is docked into it.
CT Web help |
CodeTyphon Studio |