Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TDragDockObject.DockRect

Screen coordinates for a possible drop location.

Declaration

Source position: controls.pp line 551

public property TDragDockObject.DockRect : TRect
  read FDockRect
  write FDockRect;

Description

DockRect gives feedback to the user where the dragged control may be dropped. When no docksite signals acceptance, the DockRect uses the floating state of the dragged control. When a drop will dock the control, the DockRect signifies the approximate position for the docked control.