Gets the virtual key code for the specified character value.
Source position: lcltype.pp line 2996
function Char2VK( |
C: Char |
):Word; |
C |
|
Character value examined in the routine. |
Virtual key code for the specified value.
The return value is 0 (zero) if the character in C is not an alphanumeric character in the ranges '0'..'9', 'a'..'z', or 'A'..'Z'.