[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |