[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.Dock

Docks the form to the specified dock site.

Declaration

Source position: forms.pp line 692

public procedure TCustomForm.Dock(

  NewDockSite: TWinControl;

  ARect: TRect

); override;

Description

Calls the inherited method using the values in NewDockSite and ARect as arguments.

See also

TControl.Dock

  

Moves the control into a new docksite.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.