Table of Contents

TTMSFNCDataGridCellControlCacheList Class

List of TTMSFNCDataGridCellControlCache entries that together form the cell control bitmap cache.

API unit family: TMSFNCDataGridCell Inherits from: TObjectList<TTMSFNCDataGridCellControlCache>

Syntax

TTMSFNCDataGridCellControlCacheList = class(TObjectList<TTMSFNCDataGridCellControlCache>)

Remarks

Not used directly by application code; the cell renderer accesses the cache through the class variable on TTMSFNCDataGridCell.

Methods

Name Description
GetCacheItem Finds and returns the cache entry whose Info matches AControlCacheInfo, or nil if no match is found.
RemoveItem Removes and frees the cache entry matching AControlCacheInfo, if present.