Show: Delphi C++
Display Preferences

Vcl.Controls.TDragMode

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TDragMode = (dmManual, dmAutomatic)

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

Personal tools
Previous Versions
Translations