Jump to content
weabow

IOS KeyDown fails

Recommended Posts

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

There are conditions discussed here
https://docwiki.embarcadero.com/Libraries/Sydney/en/FMX.Forms.TCommonCustomForm.KeyDown

for how that "keystroke" is propagated.

 

Quote
  1. 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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×