Data.Bind.DBScope.TCustomBindScopeDB.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: procedure
Visibility: protected
Source: Data.Bind.DBScope.pas
Unit: Data.Bind.DBScope
Parent: TCustomBindScopeDB

Delphi

procedure Refresh; virtual;

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