Vcl.Controls.TWinControl.CreateDockManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateDockManager: IDockManager; dynamic;

C++

DYNAMIC _di_IDockManager __fastcall CreateDockManager();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Creates the dock manager for the control.

CreateDockManager is called automatically during drag-and-dock operations when the UseDockManager property is true. CreateDockManager creates the object that implements the DockManager property.

Override CreateDockManager to create a custom dock manager for the control.

See Also