I am certain this is extremely simple, but my years away from coding have taken a toll..
I am trying to Add to, or Edit the contents of a NxListColumn on the fly, like you would change a textcolumn with something along the lines of
grid_huge.Cell[4,pPos].AsString := tVal;
but I cannot for the life of me figure out how to edit items in a Listcolumn.. Any chance you could point me in the right direction?
Intended end result..ish..
grid_huge.cell[4,pPos] := items.list;
Many Thanks