Try OpenEdge Now
skip to main content
GUI for .NET Programming
Binding ABL Data to .NET Controls : ABL data binding model for .NET : Supported .NET controls
 

Supported .NET controls

Not all .NET controls support data binding. Since the ProBindingSource is an extension of the .NET BindingSource, you can only bind ABL data source objects to .NET controls that can use that class. The exact mechanism of the data binding depends on how each control implements data binding. Two common methods are using a data source property to specify the ProBindingSource or using a bindings collection.