My Listview is LV1...
LV1.getitem(1)= "New York"
LV1.getitem(2)= "Paris"
LV1.getitem(3)= "Roma"
I need change item2 to "Kiev" on running...
How make it? Is replace? List view have only read-only properties?
Thanks
LV1.getitem(1)= "New York"
LV1.getitem(2)= "Paris"
LV1.getitem(3)= "Roma"
I need change item2 to "Kiev" on running...
How make it? Is replace? List view have only read-only properties?
Thanks