Show: Delphi C++
Display Preferences

Data.DB.TDataSet.InternalRefresh

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure InternalRefresh; virtual;

C++

virtual void __fastcall InternalRefresh(void);

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

Personal tools
Previous Versions
Translations