FireMonkey does a lot of work to allow you to write one set of code that compiles and runs on different platforms.
Not only that, it also does a lot of work to make many of the coding patterns that some of you are used to from the VCL on Windows, work unchanged on other platforms.
That’s great, but in some cases, re-using old patterns is not desirable. ShowModal is a case in point. Read On…