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

TControl.DragCursor

The cursor shape shown during a drag operation.

Declaration

Source position: controls.pp line 1570

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

Description

The default value is crDrag. If the control cannot be dropped on a target, the cursor changes temporarily to crNoDrop.


Version 4.0 Generated 2025-05-03 Home