[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.DragKind

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

Declaration

Source position: controls.pp line 1436

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.