Table of Contents

TTMSFNCDataGridSelectedCellDictionary Class

Tracks which cells are currently selected using a coordinate-keyed boolean dictionary.

API unit family: TMSFNCDataGridRenderer Inherits from: TDictionary<TTMSFNCDataGridCellCoord, Boolean>

Syntax

TTMSFNCDataGridSelectedCellDictionary = class(TDictionary<TTMSFNCDataGridCellCoord, Boolean>)