[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 KSETINS()
 Queries/sets the system setting for "INSERT"
------------------------------------------------------------------------------
 Syntax

     KSETINS([<lNewSwitch>]) --> lOldSwitch

 Argument

     <lNewSwitch>  Designates whether INSERT is on (.T.) or off (.F.).
     The default value is the system setting.

 Returns

     KSETINS() returns the current setting for INSERT when no parameter is
     specified; otherwise, it returns the previous setting.

 Description

     KSETINS() returns the current system setting for INSERT.  If the
     <lNewSwitch> is specified; INSERT is set accordingly.

 Examples

     .  Query the INSERT function:

        lInsert: = KSETINS()

     .  Switch on INSERT and save the previous status:

        lOldInsert: = KSETINS(.T.)


See Also: KSETCAPS() KSETNUM() KSETSCROLL()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson