Console_CursorHide

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console > Console Cursor Handling >

Console_CursorHide

 

Description

 

Hides the cursor for the current console window.

 

Syntax

 

Console_CursorHide

or

Console_HideCursor

 

Returns

 

   Return a number

   If the function succeeds, the return value is nonzero.

   If the function fails, the return value is zero.

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

 

Restrictions

 

See also

 

Console Module, Console_ShowCursor

 

Examples

 

 Console_HideCursor()