Table of Contents

TTMSFNCDataGridCellControlCacheList.GetCacheItem Method

Finds and returns the cache entry whose Info matches AControlCacheInfo, or nil if no match is found.

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridCellControlCacheList

Syntax

function GetCacheItem(AControlCacheInfo: TTMSFNCDataGridCellControlInfo): TTMSFNCDataGridCellControlCache;

Parameters

Name Description
AControlCacheInfo The control configuration to look up.

Returns

The matching TTMSFNCDataGridCellControlCache, or nil when the entry is absent.