[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDragDockObject.DockRect

Screen coordinates of a possible drop location.

Declaration

Source position: controls.pp line 506

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

Description

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.