[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Allows the user to drag the control.
Source position: controls.pp line 1437
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).
|
The operation when the control is dragged - Drag or Dock. |
|
|
Start dragging immediately, on MouseDown? |
lazarus-ccr.sourceforge.net |