RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crArrow Constant

Identifies an arrow cursor.

Pascal
crArrow = TCursor(-2);
C++
crArrow = TCursor(-2);

Controls

The TCursor type defines a cursor ident (integer). The value -2 identifies a cursor that is an arrow pointing up and to the left.  

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!