Important: The information in this document is obsolete and should not be used for new development.
InitCursor
You use theInitCursorprocedure to set the current cursor to the standard arrow and make it visible.
PROCEDURE InitCursor;DESCRIPTION
TheInitCursorprocedure sets the current cursor to the standard arrow and sets the cursor level to 0, making the cursor visible. (A value of -1 makes the cursor invisible.) The cursor level keeps track of the number of times the cursor has been hidden to compensate for nested calls to theHideCursorandShowCursorprocedures.SEE ALSO
For a description of theHideCursorprocedure, see page 8-26. For a description of theShowCursorprocedure, see page 8-28. Listing 8-1 on page 8-6 illustrates how to use theInitCursorprocedure.