[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Is the field a calculated field ?
Source position: db.pas line 396
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. |
lazarus-ccr.sourceforge.net |