Good afternoon,
I'm trying to add bulk items to a ListView.
I need to put the text of a Memo separated by semicolons (;) as items and subitems in this ListView.
Example:
Text typed in Memo:
João da Silva; Curitiba - PR
Maria Oliveira; São Paulo - SP
Roberto Silva
Pedro Miranda; Porto Alegre - RS
In the 1st column of the ListView will be the names. In the 2nd column the cities (sometimes the city will not be mentioned).
How could I do this?
It seems simple, but when searching the internet I found only very complicated examples.
Thank you in advance.