I have a vector of Strings from a TListView control. I want to copy them to the clipboard, then paste them into a TMemo control such that each line from the list is on a separate line in the TMemo. Everything I've tried so far pastes as a single line. But copy/paste multiple lines within the TMemo itself works just fine. Ideas?
Thanks!