Table of Contents

TTMSFNCDataGridCellList Class

Owned list of TTMSFNCDataGridCell objects used internally by the renderer to manage the set of allocated cell instances.

API unit family: TMSFNCDataGridRenderer Inherits from: TObjectList<TTMSFNCDataGridCell>

Syntax

TTMSFNCDataGridCellList = class(TObjectList<TTMSFNCDataGridCell>)

Methods

Name Description
GetItemForCell Returns the cell object that matches the specified cell coordinate, or nil when the list does not contain it.