xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET CURSOR

Toggles the display of the screen cursor in text-mode applications

Syntax

SET CURSOR on | OFF | (<lOnOff>)

Arguments

on | OFF | (<lOnOff>)
The option determines if the screen cursor is visible or not. With ON or .T. (true), the cursur is visible. OFF or .F. (false), hides the screen cursor.

Description

SET CURSOR is used to display or hide the screen cursor in text-mode applications. Normally, the screen cursor must only be visible when a user enters data. The command is superseeded by the SetCursor() function which cannot only show/hide the cursor, but also define the cursor's shape.

Info

See also:CSetCurs(), SET CONSOLE, Set(), SetCursor(), SetPos()
Category: Output commands , SET commands
Source:rtl\set.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe