Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.DragKind

The operation when the control is dragged - Drag or Dock.

Declaration

Source position: controls.pp line 1504

protected property TControl.DragKind : TDragKind
  read FDragKind
  write FDragKind
  default dkDrag;

Description

Set to dkDrag for drag-drop, or to dkDock for drag-dock operation.