Data.DB.TDataSet.InternalRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalRefresh; virtual;

C++

virtual void __fastcall InternalRefresh();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Refreshes the dataset with data from the database.

InternalRefresh is internally used by Refresh to refresh the dataset with data from the database. The method is virtual and blank, so every TDataSet descendant must override it in its specific way.

See Also