Previous: 4.41.2.5. MultikeysInit procedure To the Table of Contents Next: 4.41.2.7. TestAlt function
4.41.2.5. MultikeysInit procedure Table of Contents 4.41.2.7. TestAlt function

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


4.41.2.6. ScanToAscii function

Targets: MS-DOS, Win32 console


Keyboard Unit

Translates a given scan code into the OEM ASCII character.

Declaration:
function ScanToAscii(ScanCode: Byte): Char;
Remarks:
The ScanToAscii function returns the OEM ASCII character in uppercase.

See also:
AsciiToScan


Previous: 4.41.2.5. MultikeysInit procedure To the Table of Contents Next: 4.41.2.7. TestAlt function
4.41.2.5. MultikeysInit procedure Table of Contents 4.41.2.7. TestAlt function

- 4.41.2.6. -