RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDockManager.PositionDockRect Method

Computes the dimensions of a new docking zone.

Pascal
procedure PositionDockRect(Client: TControl; DropCtl: TControl; DropAlign: TAlign; var DockRect: TRect);
C++
__fastcall PositionDockRect(TControl * Client, TControl * DropCtl, TAlign DropAlign, TRect DockRect);

The control that is being dragged calls PositionDockRect from its own PositionDockRect method when it is being docked to a container control that uses a dock manager. It allows the dock manager to indicate where a specified control would appear if the user released the mouse. 

Client is the control that is being dragged to a docking position. 

DropCtl is the container control into which Client will be docked.  

DropAlign indicates where Control is to be docked within the container control. 

DockRect returns the boundaries of the docking zone where Control can be docked. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!