FireDAC.Comp.Client.TFDTable.InternalRefresh

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

procedure InternalRefresh; override;

C++

virtual void __fastcall InternalRefresh();

Description


Refreshes the dataset with data from the database.

FireDAC.Comp.Client.TFDTable.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