Table of Contents

TTMSFNCDataGridRows Class

Dictionary mapping column indices to TTMSFNCDataGridCellItem instances for a single grid row.

API unit family: TMSFNCDataGridCell Inherits from: TObjectDictionary<Integer, TTMSFNCDataGridCellItem>

Syntax

TTMSFNCDataGridRows = class(TObjectDictionary<Integer, TTMSFNCDataGridCellItem>)

Remarks

Keys are zero-based column indices. Only columns that have been explicitly assigned a cell item appear as entries.