'FIREMONKEY minimise parent but not child window

I have a c++ Builder firemonkey application where the main window is the configuration and control and the child window is a full screen graphics display on the second monitor.

I want to know if it is possible to allow the main window to be minimised, without impacting on the child window (child window remains full screen).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source