xHarbour Reference Documentation > Function Reference |
Retrieves code blocks associated with a key.
HB_SetKeyGet( <nInkeyCode> , ; [@<bCondition>] ) --> bCodeblock
The function returns the code block associated with <nInkeyCode> using the SetKey() function. The optional second SetKey() code block is retrieved when <bCondition> is passed by reference.
See also: | Inkey(), RestSetkey(), SaveSetkey(), SetKey() |
Category: | Environment functions , Keyboard functions , xHarbour extensions |
Source: | rtl\setkey.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com