Is the field a lookup field.
Source position: db.pas line 489
published property TField.Lookup : Boolean |
Lookup is True if the FieldKind equals fkLookup, False otherwise. Setting the Lookup property will switch the FieldKind between the fkLookup and fkData.
|
The kind of field. |