Vcl.Controls.TWinControl.UseDockManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseDockManager: Boolean read FUseDockManager write SetUseDockManager default False;

C++

__property bool UseDockManager = {read=FUseDockManager, write=SetUseDockManager, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Specifies whether the docking manager is used in drag-and-dock operations.

Use UseDockManager to get or set whether a docking manager is used in drag-and-dock operations.

The docking manager handles the positioning of docked controls and any painting of docking zones around those controls. If you do not use a docking manager, docked controls are aligned to the windowed control based on the closest edge to where they are released. When you do not use a docking manager, there is no region for a user to grab to automatically undock a docked control.

See Also