Table of Contents

TTMSFNCDataGridRenderer.GetCellObjectForCell Method

Returns the live cell object currently in the display list for ACell, or nil if the cell is not visible.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function GetCellObjectForCell(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCell;

Parameters

Name Description
ACell Cell coordinate to look up in the current display list.

Returns

The visible cell object, or nil if the cell is not currently displayed.