xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

KSetNum()

Queries or changes the status of the Num lock key

Syntax

KSetNum( [<lNewMode>] ) --> lOldMode

Arguments

<lNewMode>
This is an optional logical value defining the new status for the Num lock key. .T. (true) activates the Num lock key, and .F. (false) deactivates it.

Return

The function returns the previous activation mode of the Num lock key as a logical value.

Info

See also:KbdStat(), KSetCaps(), KSetIns(), KSetScroll()
Category: CT:Settings , Keyboard functions
Source:ct\keyset.c
LIB:xhb.lib
DLL:xhbdll.dll


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