Hello,
I used Listview.items.item[X].caption for changing the first column in a listbox,but now I have to change further at runtime.The only way I see is getting the item from listbox as TListItem ,editing it,add it and change position,but that doesn't suit it,because I have many items on the listview.
Is there a simpler way to accomplish this ,like the way I change the first item?
Thanks in advance.