[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered when values for calculated fields must be computed.
Source position: db.pas line 1709
public property TDataSet.OnCalcFields : TDataSetNotifyEvent |
OnCalcFields is triggered whenever the dataset needs to (re)compute the values of any calculated fields in the dataset. It is called very often, so this event should return as quickly as possible. Only the values of the calculated fields should be set, no methods of the dataset that change the data or cursor position may be called during the execution of this event handler. The frequency with which this event is called can be controlled through the TDataset.AutoCalcFields property. Note that the value of lookup fields does not need to be calculated in this event, their value is computed automatically before this event is triggered.
|
How often should the value of calculated fields be calculated |
|
TField.Kind |