Controls.TControl.PositionDockRect
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
procedure PositionDockRect(DragDockObject: TDragDockObject); dynamic;
Unit: Controls
Type: method
Visibility: protected
Member Of: TControl
C++ Information
From Controls.hpp
dynamic virtual void __fastcall PositionDockRect(Controls::TDragDockObject * DragDockObject);
Unit: Controls
Type: method
Visibility: protected
Member Of: TControl
Description
Positions the docking rectangle according to the current drag-and-dock state.
Use PositionDockRect to adjust the docking rectangle of the drag-and-dock object specified by DragDockObject. DragDockObject's DockRect property is updated to reflect the current drag-and-dock state. This updating process makes use of the UndockWidth, UndockHeight, LRDockWidth, or TBDockHeight property, as appropriate.