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

TWinControl.UseDockManager

Determines whether a DockManager is used for this DockSite.

Declaration

Source position: controls.pp line 2198

public property TWinControl.UseDockManager : Boolean
  read FUseDockManager
  write SetUseDockManager
  default False;

Description

When this property becomes True, and DockSite also is True, a DockManager is created automatically.

When False an eventually existing DockManager is ignored.

If you want to use an special DockManager, install it before setting UseDockManager to True.

See also

TWinControl.DockSite

  

Allows to drag-dock other controls into this control.

TWinControl.DockManager

  

The docking layout manager for this control.

TWinControl.CreateDockManager

  

Returns the DockManager for this control.

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