Vcl.ActnCtrls.TCustomActionCombo.BeginAutoDrag
Delphi
procedure BeginAutoDrag; override;
C++
DYNAMIC void __fastcall BeginAutoDrag();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomActionCombo |
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.