[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DragMode - whether manual or automatic
Source position: controls.pp line 1217
protected property TControl.DragMode: TDragMode |
Default is dmManual, meaning that dragging must be started in code.
Set to dmAutomatic to allow the user to drag this control. In this mode dragging can start immediately (on left mouse button press) or delayed, after the mouse has been moved away by a number of pixels (Threshold).
|
Start dragging immediately, on MouseDown? (default value) |
lazarus-ccr.sourceforge.net |