2
I need to play the content with one or more selections from TListbox
in a TMemo
.
I activated the Multiselect for True,
I’m using:
ListBox.Items[ListBox.ItemIndex]
Only with a selection it normal list, I need it to list if I mark your lines display: select1, select2
Currently only displays selection1 regardless of how many I choose
I quickly changed only the order to Richmemo1.Text := Richmemo1.Text + Listboxorigem.Items[i] + ','; then I do an if not to display the comma in the last selected, but it worked thanks
– rafaeloliveira