Data.Bind.DBScope.TCustomBindScopeDB.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh; virtual;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Re-fetches data from the database to update a dataset's view of data.

The Refresh method internally calls Data.DB.TDataSet.Refresh to re-fetch data from the database to update a dataset's view of data.

See Also