The form control is used to display and edit a set of fields from an entity. Using a form makes it easier to read and save records.
The form control is associated with entity data. You will often use a form with a gallery; the form showing the data for the selected record in the gallery.
The SubmitForm function, as shown in the following screenshot, saves the contents of the form to your data source:
Figure 10.9 – Form control
Building apps is simply the process of adding components to screens, arranging them, changing their properties, and defining key properties.
Where there isn’t a control available, you can create your own controls.