RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinControl.CreateDockManager Method

Creates the dock manager for the control.

Pascal
function CreateDockManager: IDockManager; dynamic;
C++
__fastcall IDockManager CreateDockManager();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!