Datasnap.DBClient.TCustomClientDataSet.RefreshInternalCalcFields
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DBClient.pas Datasnap.DBClient.hpp
| |
Unit: Datasnap.DBClient | |
Parent: TCustomClientDataSet |
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.
Datasnap.DBClient.TCustomClientDataSet.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.