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

TDragKind

Indicates whether the control performs drag-drop or drag-dock.

Declaration

Source position: controls.pp line 388

type TDragKind = (

  dkDrag,

  

Control is dragged for dropping.

  dkDock

  

Control is dragged for docking.

);

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