| [Overview][Constants][Types][Procedures and functions][Index] | 
Translate raw event to ascii key event
Source position: keybrdh.inc line 162
function TranslateKeyEvent(  | 
KeyEvent: TKeyEvent  | 
):TKeyEvent;  | 
TranslateKeyEvent performs ASCII translation of the KeyEvent. It translates a physical key to a function key if the key is a function key, and translates the physical key to the ordinal of the ascii character if there is an equivalent character key.
For an example, see GetKeyEvent
None.
  | 
Translate raw event to UNICode key event  |