On ios (under Delphi), will the main form onDestroy
event be called ? I tried and I never see it called, but would like to have a confirmation.
I set a breakpoint which is not fired for me when I abort the app. I am using 10.2 Tokyo. It may be that iOS does not let your app close itself so you cannot exit gracefully.