xHarbour Reference Documentation > Function Reference |
Sends an Inkey() code to the associated control of the currently active Get object.
GuiApplyKey( <oGet>, <nKey>, <oMenu>, <oGetMsg> ) --> NIL
The return value is always NIL.
GuiApplyKey() is a utility function of the Get system used for default processing of key strokes. It is automatically called within the Get system.
Note: the prefix Gui comes from Clipper 5.3 and may be misleading. It has nothing to do with a Graphical User Interface. All Gui functions of the Get system operate with Get objects associated with text mode controls that mimick true GUI controls, such as menus, check boxes or radio buttons, for example.
See also: | @...GET, Get(), GetActive(), GuiReader(), READ |
Category: | Get system |
Header: | Inkey.ch |
Source: | rtl\getsys.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com