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

TWinControl.DockSite

Is this a dock site? (read/write, default is False)

Declaration

Source position: controls.pp line 1884

public property TWinControl.DockSite: Boolean
  read FDockSite
  write SetDockSite
  default false;

Description

Enable this to use the DockManager automatically. For example to call DockManager.ResetBounds when the control resizes.

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