Vcl.Controls.TWinControl.CreateDockManager
Delphi
function CreateDockManager: IDockManager; dynamic;
C++
DYNAMIC _di_IDockManager __fastcall CreateDockManager(void);
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.