I have a ListView with 5 fields. I need to get the field number 5 from the ListView and add it to a Memo.
I tried the following:
Memo1.Lines.Add(LV1.Selected.SubItems[5]);
Unfortunately it did not work out. He does not make any mistakes, but he does not do anything either. What can I be doing wrong?