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

TControl.DragCursor

The cursor shape shown while the control is dragged.

Declaration

Source position: controls.pp line 1435

protected property TControl.DragCursor : TCursor
  read FDragCursor
  write SetDragCursor
  default crDrag;

Description

Default is crDrag. When no drop is allowed, the cursor changes temporarily to crNoDrop.

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