Show_Mouse_Cursor Purpose Makes the mouse cursor visible. Decln. Show_Mouse_Cursor; Remarks The mouse cursor is not normally displayed. Use this procedure to display the mouse and Hide_Mouse_Cursor to turn it off. Example BEGIN SHOW_MOUSE_CURSOR; END;