[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dock - Procedure governing Docking of Control
Source position: controls.pp line 1134
public procedure TControl.Dock( |
NewDockSite: TWinControl; |
ARect: TRect |
); dynamic; |
NewDockSite |
|
The host control to which which the current control is to be docked |
ARect |
|
The position at which the control is to be docked |
Dock - Procedure governing Docking of Control
Performs checks that there is already a valid host control to which the present control is to be docked, removes old controls from the list of docked controls and adds the new control to the list, then calls DoDock to perform the actual docking process
An exception is raised if there is already a docking process in progress for this control