[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
CSETKEY()*
Queries the setting for SET KEY TO
------------------------------------------------------------------------------
Syntax
CSETKEY(<nKeyValue>) --> cProcedureName
* This function is retained for compatibility purposes. Use the
CA-Clipper SET() function to develop future applications.
Argument
<nKeyValue> Designates the INKEY() for which the associated
procedure name is determined.
Returns
CSETKEY() returns a character string that names the procedure associated
with <nKeyValue>.
Description
This function queries the setting for SET KEY..TO.
Note
. To use this function, you must include the CT.CH file at the
beginning of your program with the command:
#include "CT.CH"
Find more information on this function in CH.CH.
Example
Save the assignment for the function key F2:
cOldF2Proc := CSETKEY(-1)
See Also:
CSETALL()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson