Registriert seit: 18. Feb 2006
Ort: Stolberg
2.227 Beiträge
Delphi 2010 Professional
|
Re: brauche erklärung für typen
11. Jan 2009, 12:38
Hallo,
Zitat:
Delphi-Quellcode:
x[i].l := StrToIntDef(StringGrid1.Cells[1,x],0);
x[i].b := StrToIntDef(StringGrid1.Cells[2,x],0);
x[i].h := StrToIntDef(StringGrid1.Cells[3,x],0);
x[i].bez := StringGrid1.Cells[4,x];
Sollte das letzte "x" in jeder Zeile nicht ein "i" sein?
Gruß Hawkeye
|
|
Zitat
|