Controls.TDragDockObject.AdjustDockRect
From RAD Studio VCL Reference
Contents |
Delphi Information
From Controls.pas
procedure AdjustDockRect(ARect: TRect); virtual;
Unit: Controls
Type: method
Visibility: protected
Member Of: TDragDockObject
C++ Information
From Controls.hpp
virtual void __fastcall AdjustDockRect(const Types::TRect & ARect);
Unit: Controls
Type: method
Visibility: protected
Member Of: TDragDockObject
Description
Adjusts the value of DockRect to reflect the dragged control’s current status.
AdjustDockRect is called automatically at points during the drag operation to adjust the value of the DockRect property. The adjustment ensures that the position where the control is docked reflects the current mouse position.