xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CSetCurs()

Queries or changes the SET CURSOR setting.

CSetCurs( [<lNewMode>] ) --> lOldMode !END

Arguments

<lNewMode>
This is an optional logical value defining the new value for the SET CURSOR setting. .T. (true) corresponds to ON, and .F. (false) means OFF.

Return

The function returns the previous SET CURSOR setting as a logical value.

Info

See also:SET CURSOR
Category: CT:Settings , Environment functions
Source:ct\ctmisc.prg
LIB:xhb.lib
DLL:xhbdll.dll


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