Einzelnen Beitrag anzeigen

Benutzerbild von Flocke
Flocke

Registriert seit: 9. Jun 2005
Ort: Unna
1.172 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#13

Re: Absätze in RichEdit nicht drucken!!

  Alt 10. Okt 2005, 17:52
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?
Volker
Besucht meine Garage
Aktuell: RtfLabel 1.3d, PrintToFile 1.4
  Mit Zitat antworten Zitat