In this chapter, we covered one of the key elements of all applications: data binding. Even if your application is not heavily data-centric, a lot of situations will involve data being surfaced to the UI and vice versa.
The LiveBindings technology provides great flexibility in this area and allows developers to connect data to controls, as well as properties (even those in non-visual classes) to data or properties to other properties. Mastering this binding mechanism is crucial for your productivity as a developer, and having a good understanding of what's under the hood will save you from a number of issues and hiccups.
In the next chapter, we'll address another key element of the FMX framework known as Style. This defines the visual aspect of each FMX control.