Important: The information in this document is obsolete and should not be used for new development.
Hide_Cursor
You can use theHide_Cursor
procedure to hide the cursor if it is visible on the screen. TheHide_Cursor
procedure is functionally the same as theHideCursor
procedure described in the preceding section.
PROCEDURE Hide_Cursor;DESCRIPTION
TheHide_Cursor
procedure calls theHideCursor
procedure to remove the cursor's image from the screen and decrements the cursor level by 1. Every call toHide_Cursor
should be balanced by a subsequent call to theShow_Cursor
procedure, which is described on page 8-28. Before usingHide_Cursor
, you must use theInitCursorCtl
procedure, which is described on page 8-20.