I want to male an application in delphi that scan when I press a predefined key from the keyboard. I´m don´t mean use the Hook function. On C++ i do it this way:

#define Function_Name ((GetAsyncKey // I don´t remeber all.. I just copy paste

I want to know the equivalence for delphi