Open main menu

RAD Studio API Documentation β

FireDAC.Comp.DataSet.TFDDataSet.InternalRefresh

Delphi

procedure InternalRefresh; override;

C++

virtual void __fastcall InternalRefresh();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Refreshes the dataset with data from the database.

FireDAC.Comp.DataSet.TFDDataSet.InternalRefresh inherits from Data.DB.TDataSet.InternalRefresh. All content below this line refers to Data.DB.TDataSet.InternalRefresh.

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