[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should lookup values be cached
Source position: db.pas line 440
published property TField.LookupCache : Boolean |
LookupCache is by default False. If it is set to True then a list of key, value pairs will be created from the LookupKeyFields in the dataset pointed to by the LookupDataset property. The list of key, value pairs is available through the TField.LookupList property.
|
Names of fields on which to perform a locate |
|
|
Dataset with lookup values |
|
|
List of lookup values |