RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crUpArrow Constant

Identifies an upwards pointing arrow cursor.

Pascal
crUpArrow = TCursor(-10);
C++
crUpArrow = TCursor(-10);

Controls

The TCursor type defines a cursor ident (integer). The value -10 identifies an upwards pointing arrow cursor. This is a thin arrow of the type used in sizing operations, rather than the thick default cursor arrow.  

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!