RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crHourGlass Constant

Identifies an hour glass cursor.

Pascal
crHourGlass = TCursor(-11);
C++
crHourGlass = TCursor(-11);

The TCursor type defines a cursor ident (integer). The value -11 identifies an hour glass cursor. This is typically used to inform the user to wait until an application completes its current operation.  

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!