Starts a non-immediate drag / dock operation for the control.
Source position: stdctrls.pp line 583
protected procedure TCustomListBox.BeginAutoDrag; override; |
Calls the inherited BeginDrag method with the Immediate argument set to False. The drag operation is detected and handled by the DragManager for the application.
|
For internal use: user has started dragging the control. |