Chapter 8, Divide and Conquer with TFrameStand, was dedicated to TFrameStand. There are mechanisms in TFrameStand that are useful for gaining visual responsiveness in your applications (such as the TFrameStand.OnGetFrameClass event, to name just one, that allows you to replace at runtime the actual frame class used, for example, with a more appropriate descendant one).
However, Embarcadero's FireUI technology is targeting forms and there is no support for frames in FireUI at the time I am writing this. This pushed me to implement a twin component, TFormStand, aiming at using forms instead of frames mostly because this would have enabled FireUI technology.
This actually happened and you can now mix all the benefits of TFrameStand with those of FireUI. For instance, you can check the TFormStand_HelloWorld demo, where SecondForm is coming with a specific view for Android devices.
The following screenshot shows the same application (FormStandHelloWorld...