[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Position DropCtl relative Control, using the alignment specified by InsertAt.
Source position: line 0
public procedure TDockManager.InsertControl( |
ADockObject: TDragDockObject |
); virtual; overload; |
Control: TControl; |
InsertAt: TAlign; |
DropCtl: TControl |
); virtual; abstract; overload; |
InsertControl determines the layout and appearance of the just docked control, forcing a repaint of the container control if necessary.
An overloaded version passes the DragDockObject to the dockmanager, allowing to pass more information about the drop. It allows to implement other than tree-style docksites.
|
Removes the undocked control from the docksite layout. |
|
|
Removes the undocked control from the docksite layout. |
lazarus-ccr.sourceforge.net |