Subject Disabling/Hiding hourglass-cursor
Author rlssv
How do I effectively kill the hourglass-cursor you're getting for
instance when doing a
while not query.eof do
begin
....
query.next;
end;

I want to set my own constant hourglass-cursor before my loop, but
IBO sets it's own cursor during next - resulting in an irritatating
flashing cursor, which also slows down the process unless you move
the mouse outside the application.

René / SSV