Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>getdosetkey()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETDOSETKEY()
 Process SET KEY during Get editing
------------------------------------------------------------------------------
 Syntax

     GETDOSETKEY(<oGet>) --> NIL

 Arguments

     <oGet> is a reference to the current Get object.

 Returns

     GETDOSETKEY() always returns NIL.

 Description

     GETDOSETKEY() is a Get system function that executes a SET KEY code
     block, preserving the context of the passed Get object.

     Note that the procedure name and line number passed to the SET KEY block
     are based on the most recent call to READMODAL().

 Notes

     .  If a CLEAR GETS occurs in the SET KEY code, Get:exitState is
        set to GE_ESCAPE.  In the standard system this cancels the current
        Get object processing and terminates READMODAL().

 Files:  Library is CLIPPER.LIB, source file is Getsys.prg.

See Also: READMODAL() SET KEY

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson