[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initializes the drag parameters to Delphi-compatible values.
Source position: controls.pp line 625
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. |