Is the field a calculated field ?
Source position: db.pas line 450
|  public property TField.Calculated : Boolean | 
Calculated is True if the FieldKind is fkCalculated. Setting the property will result in FieldKind being set to fkCalculated (for a value of True) or fkData. This property should be considered read-only.
| 
 | The kind of field. |