How to free a control in its own event?
问题 I have a list of TPanels in a FMX application and I want to free a panel if I click on it. To free them directly in the Onclick-handler is not the right way, because I get an access-violation. And I don't want to use windowsmessages (recommended in How to free control inside its event handler? and Why does my program crash when I destroy a button in its own OnClick handler?) because it is a firemonkey application and I do not know how these messages work on android and mac. Is there another