[Overview][Constants][Types][Procedures and functions] |
Return a string describing the key event.
Source position: keybrdh.inc line 195
function KeyEventToString( |
KeyEvent: TKeyEvent |
):String; |
KeyEventToStringtranslates the key event in KeyEventto 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 SScanCodestring.
|
Return string representation of a function key code. |
|
|
Return description of key event shift state |