FireDAC.Comp.DataSet.TFDDataSet.RefreshInternalCalcFields
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure RefreshInternalCalcFields(Buffer: TRecBuf); overload; override;
procedure RefreshInternalCalcFields(Buffer: TRecordBuffer); overload; override; deprecated 'Use overloaded method instead';
C++
virtual void __fastcall RefreshInternalCalcFields(Data::Db::TRecBuf Buffer)/* overload */;
virtual void __fastcall RefreshInternalCalcFields _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (Data::Db::TRecordBuffer Buffer)/* overload */;
Description
Refreshes the calculated fields.
FireDAC.Comp.DataSet.TFDDataSet.RefreshInternalCalcFields inherits from Data.DB.TDataSet.RefreshInternalCalcFields. All content below this line refers to Data.DB.TDataSet.RefreshInternalCalcFields.
Refreshes the calculated fields.
RefreshInternalCalcFields is used internally to refresh the calculated fields of the Buffer
record buffer.