RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSQLWait Constant

Identifies an SQL wait hour glass cursor.

Pascal
crSQLWait = TCursor(-17);
C++
crSQLWait = TCursor(-17);

Controls

The TCursor type defines a cursor ident (integer). The value -17 identifies an hour glass cursor used for SQL operations to indicate that the current SQL operation is still in progress.  

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!