Jump to content


ouiji

Member Since 08 Mar 2015
Offline Last Active Apr 20 2024 05:34 PM
-----

Topics I've Started

Adding or changing the values of a NxListColumn6

18 April 2024 - 08:01 PM

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