[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the field a lookup field
Source position: db.pas line 417
public 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. |