P.S. Crosspostings zwischen hier und
dort sind nicht gerade hilfreich - ein Forum hätte auch gereicht.
In diesem Code:
Delphi-Quellcode:
RichEdit1.Lines.Add(#15 + Form1.ListView1.Items.Item[b].Caption + ' ' + Form1.ListView1.Items.Item[b].SubItems.Strings[0] + ' ' + Form1.ListView1.Items.Item[b].SubItems.Strings[1] +' ' + Form1.ListView1.Items.Item[b].SubItems.Strings[2] +' / ' + Form1.ListView1.Items.Item[b].SubItems.Strings[3] + #10 + #13);
RichEdit1.Lines.Add (#10 + #13);
Was soll das #15? Das ist das Steuerzeichen ^O (SI) und macht eigentlich keinen Sinn.
Hast du
beide "#10 + #13" rausgenommen?