About data binding
Bindings are established between a widget and an object. Binding provides real-time information for presentation.
All widgets may be bound to data sources using data binding. An ord links a bindings to a widget. A single binding consists of a single widget–object relationship. A binding’s ord property identifies the location of the object that updates and animates the widget.

The following figure illustrates the object-to-widget property binding concept. In this example, a widget has three separate data bindings. This means that each binding is coming from a different object and therefore each binding has a different ord that defines its binding. Each binding provides access to an object’s values so that they may be used, as required, to animate the widget properties.
