[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 1578

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 3.2 Generated 2024-02-25 Home