Hi,
Maybe I'm overlooking something, but I can't manage to add and delete columns at runtime:
FNCGrid.Clear visually clears the entire grid, which is fine.
However, the columns still remain in the .Columns property.
If I delete them one by one using FNCGrid.Columns.Delete(index), all columns are removed.
But when I then execute NewCol := FNCGrid.Columns.Add;, the new column does not appear visually in the grid.
Am I missing a property or function that controls the visible columns?