Previous: MultikeysInit procedure To the Table of Content Next: TestAlt function

- 4.41.2.6 -
Standard Units
Keyboard Unit
Keyboard Unit Procedures and Functions

ScanToAscii

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: MultikeysInit procedure To the Table of Content Next: TestAlt function
MultikeysInit procedure Table of Content TestAlt function

- 4.41.2.6 -