[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 475

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 #lcl.Controls.TDragManager.DragImmediate is true

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