“Hooking” KeyDown in a Firemonkey form

“Hooking” KeyDown in a Firemonkey form

As said in my last post: " The hard part is hooking the form in a way so all I need to do is call TForm_ActivatePositioning as in the VCL."

As it turns out, that’s even easier to do than in the VCL. No subclassing of the window, just adding a new control is sufficient.
http://blog.dummzeuch.de/2016/06/18/hooking-keydown-in-a-firemonkey-form/

Comments