Vcl.Controls.TDragMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDragMode = System.UITypes.TDragMode;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Controls.pas Vcl.Controls Vcl.Controls

Description

TDragMode indicates how a control initiates drag operations.


TDragMode can have one of the following values:

Value Meaning

dmAutomatic

The control begins a drag operation automatically when the user clicks and drags it.

dmManual

The control cannot be dragged until the application calls the Vcl.Controls.TControl.BeginDrag method.

See Also