TTMSFNCDataGridDatabaseAdapterLookupItem Class
Internal key-value pair used by the adapter's lookup cache. Holds a dataset key field value alongside its corresponding display value for fast cell rendering without repeated dataset navigation.
API unit family: TMSFNCDataGridDatabaseAdapter
Syntax
TTMSFNCDataGridDatabaseAdapterLookupItem = class
Properties
| Name | Description |
|---|---|
| Key | The raw lookup key value (matching the key field of the lookup dataset). |
| Value | The resolved display value for this lookup key. |