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.