RefreshAll( ) method (Windows only; GUI for .NET only) Refreshes field values displayed for all rows (parent and child) in any bound .NET control with values from the corresponding records in the bound ABL data source object. You can use this method when the BindingSource object is bound to a query or a buffer. When bound to a ProDataSet object, this method applies to all levels. Note: To refresh a single row in a query, buffer, or top-level table, use the Refresh( ) method. Return type: VOID Access: PUBLIC Applies to: Progress.Data.BindingSource class Syntax RefreshAll( ) Invoking this method does not change the editing mode of the .NET control. See also: AutoSync property,
RefreshAll( )