Initializes the Delphi default dragging parameters.
Source position: controls.pp line 581
public constructor TDragManager.Create( |
TheOwner: TComponent |
); override; |
The Delphi VCL sets DragImmediate=True and DragThreshold=5.
Remark: | A docking operation never should start immediately. |