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

TDragManager.DragThreshold

The threshold amount by which the mouse must move before the dragging process starts.

Declaration

Source position: controls.pp line 444

public property TDragManager.DragThreshold: Integer
  read FDragThreshold
  write FDragThreshold
  default 5;

Description

The threshold amount by which the mouse must move before the dragging process starts. Default is 5 pixels - irrelevant if DragImmediate is true