Emulates key pressing with the specified code.
procedure PressKey(aKeyCode: integer);
//Emulate pressing the "Enter" PressKey(13);
//Emulate pressing the "Tab" PressKey(9);