Starts a drag operation for the control (programmatically).
Source position: controls.pp line 1703
public procedure TControl.BeginDrag( |
Immediate: Boolean; |
Threshold: Integer = - 1 |
); |
Immediate |
|
If False, start dragging only after the mouse has moved. |
Threshold |
|
Minimum mouse movement before delayed dragging starts (in pixels); -1 causes the DragManager default to be used. Ignored when Immediate is set to True. |
| Version 4.4 | Generated 2025-11-08 | Home |