Registriert seit: 5. Sep 2011
Ort: ULM
2 Beiträge
Delphi XE2 Professional
|
Records verschachteln
22. Nov 2011, 20:12
Hallo ich hätte da mal ne frage...
Ist es möglich Records in Delphi zu verschachteln, also so z.B. ?
type
daten = record
datei =record
version:string;
typ:string;
Variablen =record
x:Integer;
y:Integer;
z:Integer;
end;
Ist sowas möglich und wenn ja wie ist da die Synthax?
Gruß thePCP
|