Einzelnen Beitrag anzeigen

aaaaaaaaaa_10
(Gast)

n/a Beiträge
 
#4

Re: StringGrid Einträge ausgeben ohne Komma

  Alt 9. Jul 2009, 12:46
Delphi-Quellcode:
for i := 1 to (StringGrid.RowCount - 1) do
      F.Add(StringGrid.Rows[i].CommaText);
  Mit Zitat antworten Zitat