Indicates whether dragging can start automatically.
Source position: controls.pp line 434
type TDragMode = ( |
||
dmManual, |
|
Dragging can start only by explicit code. |
dmAutomatic |
|
Dragging starts when the left mouse button is pressed on the control. |
); |