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.