[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates whether dragging can start automatically.
Source position: controls.pp line 389
type TDragMode = ( |
||
dmManual, |
|
Dragging can start only by explicit code. |
dmAutomatic |
|
Dragging starts when the left mouse button is pressed on the control. |
); |
lazarus-ccr.sourceforge.net |