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

TDragMode

Indicates whether a drag operation can start automatically.

Declaration

Source position: controls.pp line 473

type TDragMode = (

  dmManual,

  

Dragging can start only by explicit code.

  dmAutomatic

  

Dragging starts when the left mouse button is pressed on the control.

);

Version info

Modified in LCL 3.0 to be an alias to TDragMode in System.UITypes for FPC 3.2.0 or higher.



CT Web help

CodeTyphon Studio