how can i change the sand-glass cursor?
how can i change the sand-glass cursor?
it's really ugly
To disable cursor changing you should set the ChangeCursor variable to False in the initialization section of one of the units in your project. This varible is declared in the DBAccess unit.
Or you can create procedures that will set the needed cursor and assign it to the StartWaitProc and StopWaitProc variables. These variables are declared in the MemData unit.
Or you can create procedures that will set the needed cursor and assign it to the StartWaitProc and StopWaitProc variables. These variables are declared in the MemData unit.
Code: Select all
var
StartWaitProc: procedure;
StopWaitProc: procedure;