Table of Contents

TTMSFNCDataGridDisplayList Class

Non-owning list of TTMSFNCDataGridCell references built each render pass to represent the currently visible cells in one grid region.

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

Syntax

TTMSFNCDataGridDisplayList = class(TList<TTMSFNCDataGridCell>)

Methods

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