xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

KSetScroll()

Queries or changes the status of the Scroll lock key

Syntax

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

Arguments

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

Return

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

Info

See also:KbdStat(), KSetCaps(), KSetIns(), KSetNum()
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