[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Starts dragging.
Source position: controls.pp line 484
public procedure TDragManager.DragStart( |
AControl: TControl; |
AImmediate: Boolean; |
AThreshold: Integer |
); virtual; abstract; |
A DragObject must be created, depending on the Control.DragKind. The mouse has to be captured, and visual feedback must be initialized.
lazarus-ccr.sourceforge.net |