[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a floating dock site with a client area equal to the given screen coordinates.
Source position: controls.pp line 1330
protected function TControl.CreateFloatingDockSite( |
const Bounds: TRect |
):TWinControl; |
Bounds |
|
The bounds of the client area of the floating window. |
The dock site, can be Nil for a TWinControl that can float by itself.
The new dock site is owned by the control
lazarus-ccr.sourceforge.net |