4
I have a Listview with 5 fields. I need to take the Listview number 5 field and add it to a Memo.
I tried it this way:
Memo1.Lines.Add(LV1.Selected.SubItems[5]);
Unfortunately it didn’t work. It doesn’t make any mistakes but it also doesn’t do anything. What I might be doing wrong?
Settled, thank you friend!
– user7605