[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TFieldKind values
Source position: db.pas line 230
type TFieldKinds = set of ( |
||
fkData, |
|
Field represents actual data in the underlying data structure. |
fkCalculated, |
|
The field is calculated on the fly. |
fkLookup, |
|
The field is a lookup field. |
fkInternalCalc |
|
Field is calculated but stored in an underlying buffer. |
); |
TFieldKinds is a set of TFieldKind values. It is used internally by the classes of the DB unit.
|
Kind of field |