Let's start:
- Create a new FireMonkey HD desktop application and name the main form MainForm.
- Drop two TGrid components onto the form and name them grdPeople and grdEmails. Set the Options.AlternatingRowBackground property to True for both the components. Set the Options.RowSelection to True forgrdPeople.
- Drop two TProtypeBindSource components onto the form and name them bsPeople and bsEmails.
- Double-clicking on bsPeople shows its field definitions. Using the Add button (the first button from the left-hand side), add four fields, as shown in the following screenshot:
Figure 4.10: bsPeople field definitions
- Close the field ...