RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crDefault Constant

Identifies the default cursor.

Pascal
crDefault = TCursor(0);
C++
crDefault = TCursor(0);

Controls

The TCursor type defines a cursor ident (integer). The default value of 0 represents the default cursor, 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!