Create a new empty FMX application, then add a TToolbar component, and, inside it, add a TText instance (set the Align property to Contents to fill the toolbar and act as a title).
The following screenshot shows what the IDE looks like with our form in the designer:
In the previous screenshot, I've circled a combo box, part of the IDE, that is the view selector. The dropdown lists all the available combinations a view can be created for. The IDE holds a list of available devices (and their characteristics, such as screen resolution) that you can even edit to add your custom devices (select IDE menu | Tools | Options | User Interface | Form Designer | Device Manager). The following screenshot shows the default entries that are available for views:
As you can see in the previous screenshot, the list is divided into three parts: the Master view entry, the Created section, listing all the specific views that have already...