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

TPanel.UseDockManager

Determines whether a DockManager is used for this DockSite.

Declaration

Source position: extctrls.pp line 1175

published property TPanel.UseDockManager : Boolean
  default True;

Description

The default value for the property is True in TPanel.

When UseDockManager is set to True, and DockSite is also set to True, a DockManager is created automatically. When set to False, an existing DockManager is ignored. If you want to use a special DockManager, install it before setting UseDockManager to True.

See also

TWinControl.UseDockManager

  

Determines whether a DockManager is used for this DockSite.


Version 3.2 Generated 2024-02-25 Home