xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

KSetIns()

Queries or changes the status of the Insert/Overwrite key

Syntax

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

Arguments

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

Return

The function returns the previous activation mode of the Insert/Overwrite key as a logical value.

Info

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