Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The following section demonstrates common implementations of data binding. Because the syntax allows a few different options, you can choose your preferred approach when programming data binding into your own applications.
In the most basic usage of data binding, a class property or a variable is transferred to another class property or variable. Example 8-1 demonstrates inline data binding, and the text property of nameTI is bound to the text property of another TextInput control.