- 4.72.2.11. -
Table of Contents
4. Standard Units
4.72. WinCRT - Text Screen interface unit for Win32
4.72.2. WinCRT Unit Procedures and Functions
4.72.2.11. KeyPressed
4.72.2.11. KeyPressed
Targets: MS-DOS, OS/2, Win32
CRT Unit, WinCRT Unit
Returns True if a key has been pressed on the keyboard.
Declaration:
function KeyPressed: Boolean;
Remarks:
The key code can be read using the ReadKey
function.
- 4.72.2.11. -