Use the OnKeyDown event handler to specify special processing to
occur when a key is pressed. The OnKeyDown handler can respond to all
keyboard keys, including function keys and keys combined with the Shift, Alt, and Ctrl keys, and pressed mouse buttons.
Keys thatdo
n't correspond to an ASCII Char value (Shift or F1,
for example)do
n't generate an OnKeyPress event.