The cursor shape shown while the control is dragged.
Source position: controls.pp line 1503
protected property TControl.DragCursor : TCursor read FDragCursor write SetDragCursor default crDrag;
Default is crDrag. When no drop is allowed, the cursor changes temporarily to crNoDrop.