Button lost OnClick event with new style

I designed a new style (ButtonStyle) for my buttons on a FireMonkey form. To begin with, I started with something very simple: a rounded rectangle and a text.

So far so good, except that when the style is applied, the OnClick event handler is no more triggered!

I probably missed something simple. But what?

Comments