TTMSFNCDataGridCellControlCache Class
One entry in the cell control bitmap cache, pairing a TTMSFNCDataGridCellControlInfo key with its rendered bitmap.
API unit family: TMSFNCDataGridCell
Syntax
TTMSFNCDataGridCellControlCache = class
Remarks
Managed by TTMSFNCDataGridCellControlCacheList; not used directly by application code.
Properties
| Name | Description |
|---|---|
| Bitmap | The rendered bitmap for the control configuration described by Info. |
| Info | The control configuration snapshot that acts as the cache key for this entry. |