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

TControl.DragCursor

The cursor shape shown while the control is dragged.

Declaration

Source position: controls.pp line 1503

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.