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.4 | Generated 2025-11-08 | Home |