RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crAppStart Constant

Identifies the default cursor.

Pascal
crAppStart = TCursor(-19);
C++
crAppStart = TCursor(-19);

The TCursor type defines a cursor ident (integer). The value -19 identifies the Application Start cursor, a combination of arrow and hourglass.  

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!