TTMSFNCDataGridBooleanDictionary Class
Maps integer keys (typically column or row indices) to boolean flags. Used internally to track per-column or per-row selection state.
API unit family: TMSFNCDataGridCore
Inherits from: TDictionary<Integer, Boolean>
Syntax
TTMSFNCDataGridBooleanDictionary = class(TDictionary<Integer, Boolean>)