| [Overview][Constants][Types][Procedures and functions][Index] | 
Extract the flags from a key event.
Source position: keybrdh.inc line 168
| function GetKeyEventFlags( | 
| KeyEvent: TKeyEvent | 
| ):Byte; | 
GetKeyEventFlags returns the flags part of the given KeyEvent.
For an example, see GetKeyEvent
None.
| 
 | Return the unicode key event. | |
| 
 | Return the current state of the shift keys. | |
| 
 | Translate function key part of a key event code. | |
| 
 | Get the character key part of a key event. | |
| 
 | Get the next raw key event, wait if needed. |