Initializes the drag parameters to Delphi-compatible values.
Source position: controls.pp line 641
public constructor TDragManager.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
The Delphi VCL sets DragImmediate to True and DragThreshold to 5.
| Remark: | A docking operation never should start immediately. |
| Version 4.6 | Generated 2026-02-20 | Home |