ShowCursor(display)
ShowCursor changes the display of the cursor to on or off. Specify OFF as the argument to hide the cursor; specify ON to show the cursor.
Use this function to hide the cursor temporarily during a presentation or sequence.
This statement turns the cursor off:
ShowCursor(OFF)
See SetCursor.