Wieder total neben der Schnur heute..
Delphi-Quellcode:
TRecord2 = record
GibsMir: string;
end;
TRecord1 = record
Hahaha: array[1..15] of array of TRecord2;
end;
Delphi-Quellcode:
For i := 1 to 15
List.Lines.Add('Was nun ' + string(FileInfo.Hahaha[i]));
Wie komme ich jetzt an GibsMir dran ? (Nicht hauen)
gruss