Previous: 4.41.2. Keyboard Unit Procedures and Functions To the Table of Contents Next: 4.41.2.2. GetKey function
4.41.2. Keyboard Unit Procedures and Functions Table of Contents 4.41.2.2. GetKey function

- 4.41.2.1. -
Table of Contents
4. Standard Units
4.41. Keyboard - Keyboard Handling unit
4.41.2. Keyboard Unit Procedures and Functions
4.41.2.1. AsciiToScan function


4.41.2.1. AsciiToScan function

Targets: MS-DOS, Win32 console


Keyboard Unit

Translates a given OEM ASCII character into the scan code.

Declaration:
function AsciiToScan(AsciiChar: Char): Byte;
See also:
ScanToAscii


Previous: 4.41.2. Keyboard Unit Procedures and Functions To the Table of Contents Next: 4.41.2.2. GetKey function
4.41.2. Keyboard Unit Procedures and Functions Table of Contents 4.41.2.2. GetKey function

- 4.41.2.1. -