RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crDrag Constant

Identifies a drag cursor.

Pascal
crDrag = TCursor(-12);
C++
crDrag = TCursor(-12);

The TCursor type defines a cursor ident (integer). The value -12 identifies a drag cursor. It is deployed when a user clicks, holds and then drags a screen item that supports dragging. It is shown as an arrow and document combination.  

Use the Screen Cursor property to set the cursor type to one of the TCursor values. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!