Docks the form to the specified dock site.
Source position: forms.pp line 692
public procedure TCustomForm.Dock( |
NewDockSite: TWinControl; |
ARect: TRect |
); override; |
Calls the inherited method using the values in NewDockSite and ARect as arguments.
|
Moves the control into a new docksite. |