RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.SQLHourGlass Property

Specifies whether the cursor should change to crSQLWait during lengthy operations.

Pascal
property SQLHourGlass: Boolean;
C++
__property Boolean SQLHourGlass;

Set SQLHourGlass to true to specify that the cursor should indicate when the connection is performing a potentially lengthy operation. Such operations include 

Establishing a connection to the database server. 

Fetching metadata from the database server. 

Executing a statement using the Execute method. 

When SQLHourGlass is false, the cursor is not changed when the SQL connection performs such operations. 

 

Execute 

Open 

TCursorType

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!