[Overview][Constants][Types][Procedures and functions][Index] |
Return a string describing the key event.
Source position: keybrdh.inc line 200
function KeyEventToString( |
KeyEvent: TKeyEvent |
):string; |
KeyEventToString translates the key event in KeyEvent to a human-readable description of the pressed key. It will use the constants described in the constants section to do so.
For an example, see most other functions.
If an unknown key is passed, the scancode is returned, prefixed with the SScanCode string.
|
Return string representation of a function key code. |
|
|
Return description of key event shift state |