[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the zone bounds of a docked control.
Source position: controls.pp line 669
public procedure TDockManager.GetControlBounds( |
Control: TControl; |
out AControlBounds: TRect |
); virtual; abstract; |
Control |
|
The docked control. |
AControlBounds |
|
The enclosing rectangle, in client coordinates of the docksite. |
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.
Version 4.0 | Generated 2025-05-03 | Home |