[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the zone bounds of a docked control.
Source position: controls.pp line 508
public procedure TDockManager.GetControlBounds( |
Control: TControl; |
out AControlBounds: TRect |
); virtual; abstract; |
The TDockTree manager returns the bounds of the dockzone, including the dock header.
When the control is not docked, an empty Rect(0,0,0,0) is returned.
lazarus-ccr.sourceforge.net |