weabow 6 Posted December 15, 2021 Delphi 10.4 Hi there, On IOS only (others run fine), I've a TForm with OnKeyDown event. I can't have any event fired. An idea ? Share this post Link to post
Lars Fosdal 1792 Posted December 15, 2021 There are conditions discussed here https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Forms.TCommonCustomForm.KeyDown for how that "keystroke" is propagated. Quote If the pressed key combination was processed during one of the previous steps, then KeyDown sets Key = 0 and KeyChar = #0 and terminates. Can it be that a control eats the event? Share this post Link to post
weabow 6 Posted December 15, 2021 Thanks. The problem is that no event at all is fired. I do not have KeyChar issue, because I do have any event call. Share this post Link to post