Data binding examples
- Last Updated: June 18, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Data binding examples
The following sections show basic examples of using the ProBindingSource to bind to various ABL data source objects.
Note: To bind a ProBindingSource to a .NET control,
the .NET control must support data binding. There are several
approaches by which a control might accomplish data binding. Two
common approaches are using either a
DataSource or
a DataBindings property. Consult the documentation
for your controls to see how they support data binding.