Hi there,

I'm trying to grab some keyboard input trough OnKeyPress but it's not returning an event when I press my arrow keys.
I need those keys with the repeat delay and repeat rate from windows. Just like pressing the 'A', the A appears on screen, a short pause and then it just 'AAAAAAAAAAAAAA' (and so on)... you get the point...

I do NOT want to use OnKeyDown or OnKeyUp!!

(grabbing from a basic form in Turbo Delphi)

Thnx