Table of Contents

TTMSFNCDataGridFixedColumnCellDisplayList.GetItemForCell Method

Returns the display-list item that matches the specified cell coordinate, or nil when the list does not contain it.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridFixedColumnCellDisplayList Inherited from: TTMSFNCDataGridDisplayList

Syntax

function GetItemForCell(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCell;

Parameters

Name Description
ACell Cell coordinate to look up.

Returns

The matching display-list cell, or nil if no item matches.