Show: Delphi
C++
Display Preferences
Data.DB.TDataSet.GetCalcFields
From XE2 API Documentation
Delphi
procedure GetCalcFields(Buffer: TRecordBuffer); virtual;
C++
virtual void __fastcall GetCalcFields(System::PByte Buffer);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Computes the lookup and calculated fields and updates the status.
GetCalcFields is used to compute the lookup fields for the Buffer record buffer and updates the status of the dataset. The method calls CalculateFields to compute the lookup and calculated fields.