Data binding

Data binding is the process that establishes a connection between the application UI (User Interface) and business logic. If the settings and notifications are correctly set, the data reflects changes when made. It can also mean that when the UI is changed, the underlying data will reflect that change.

It is a term referred to in WPS, but is not specific to programming language or platform, though it is often used with Java and XML. As an example, a change in a TextBox element could modify the underlying data value.[1]

Data binding frameworks and tools

Delphi

C#

JavaScript

See also

References

  1. What is data binding?