Table of Contents

TTMSFNCDataGridDataTempDataList.Find Method

Returns the cell data item for the given cell coordinate, or nil if no snapshot exists for that cell.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridDataTempDataList

Syntax

function Find(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCellItem;

Parameters

Name Description
ACell Cell coordinate to search for.

Returns

The TTMSFNCDataGridCellItem snapshot, or nil if not found.