[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Docks the form to the specified dock site.
Source position: forms.pp line 702
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. |