In
System.UITypes you can find
vk0 = $30
(no surprise). Also the comment in
Winapi.Windows somewhere in the middle of the VK_ constants suggests that:
Zitat:
{ VK_0 thru VK_9 are the same as
ASCII '0' thru '9' ($30 - $39) }
{ VK_A thru VK_Z are the same as
ASCII 'A' thru 'Z' ($41 - $5A) }