Vcl.Controls.TControl.BeginAutoDrag
Delphi
procedure BeginAutoDrag; dynamic;
C++
DYNAMIC void __fastcall BeginAutoDrag();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Begins automatic drag.
BeginAutoDrag is called automatically when a user drags a control whose DragMode is dmAutomatic
. Do not call BeginAutoDrag in application code.
As implemented in TControl, BeginAutoDrag calls BeginDrag, passing in the global Mouse variable's DragImmediate and DragThreshold properties.