Vcl.Controls.TDragKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDragKind = System.UITypes.TDragKind;

Properties

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

Description

TDragKind indicates the type of operation that occurs when the user drags a control.


TDragKind can have one of the following values:

Value Meaning

dkDrag

The object is being dragged for a drag-and-drop operation.

dkDock

The object is being dragged for a drag-and-dock operation.