Dataset with lookup values.
Source position: db.pas line 486
|  published property TField.LookupDataSet : TDataSet | 
LookupDataset is used by lookup fields to fetch the field's value. The LookupKeyFields property is used as a list of fields to locate a record in this dataset, and the value of the LookupResultField field is then used as the value of the lookup field.
| 
 | Key fields to use when looking up a field value. | |
| 
 | Names of fields on which to perform a locate. | |
| 
 | Name of field to use as lookup value. | |
| 
 | Should lookup values be cached. |