[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the field a calculated field ?
Source position: db.pas line 404
public property TField.Calculated : Boolean |
Calculated is True if the FieldKind is fkCalculated. Setting the property wil 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. |