[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
BeginDrag - starts the dragging of a control. In this version BringToFront applies
Source position: controls.pp line 1313
public procedure TControl.BeginDrag( |
Immediate: Boolean; |
Threshold: Integer = -1 |
); |
Immediate |
|
If False, start drag only after the cursor has moved. |
Threshold |
|
Minimum movement of cursor before dragging starts (in pixels); ignored if Immediate=True. |
lazarus-ccr.sourceforge.net |