Cursor, turn off HourGlass / SqlWait

Valgar

Member²
Is it possible to turn of cursor changes when retrieving data, that is have constant Windows default cursor rather than HourGlass / SqlWait (or any other).

Trying to isolate a display problem and there is a constant flickering when retrieving data... changing the cursor to default is not what I am looking for, I need to be able to turn off any cursor related activities.
 
You can set the Cursor property of components such as TOracleSession, TOracleQuery and TOracleDataSet to crDefault. When using crDefault the cursor shape will not be affected.
 
Back
Top