Try OpenEdge Now
skip to main content
GUI for .NET Programming
Binding ABL Data to .NET Controls : Understanding the ProBindingSource
 

Understanding the ProBindingSource

As described in previous sections, the ProBindingSource is an OpenEdge built-in class that provides a customized version of the .NET BindingSource object. The ProBindingSource provides extended constructors, properties, methods, and events that enable you to bind an ABL data source object to .NET objects.
The following sections describe the class members of the Progress.Data.BindingSource class that you should use to bind to an ABL data source object. For details about these class members, see OpenEdge Development: ABL Reference.
* Constructors
* Properties
* Methods
* Events
* Data binding examples
* Programming considerations