Reputation: 209
I have an FMX form that contains a button and a TActionList with a TAction 'Action1'. Action1 has an Execute procedure and an Update procedure, and the property 'Action' of the button is set to Action1.
If I run the application on windows, it enters in the OnUpdate event and do all the stuff it should; If I run it on an Android device, it doesn't enter in the OnUpdate event.
Why is this happening and how can I fix this?
Edit: I'm using Delphi 10.2
Upvotes: 0
Views: 157