TTMSFNCDataGridDataObjectIndexDictionary Class
Maps field names to their column indices. Used internally when binding the grid to a dataset to resolve field positions without repeated lookups.
API unit family: TMSFNCDataGridData
Inherits from: TDictionary<string, Integer>
Syntax
TTMSFNCDataGridDataObjectIndexDictionary = class(TDictionary<string, Integer>)