[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 delayed dragging starts. (default 5 pixels)

Declaration

Source position: controls.pp line 520

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