nochmal ne frage...also so:
Delphi-Quellcode:
type
TTest = record
Variable:Typ;
case Typ of //bezieht sich auf die zuletzt genannte Variable des Typs 'Typ'
Wert1: (a:Typa, b:Typb);//Fall 1
Wert2: (x:Typx, y:Typy);//Fall 2
end;
ist das so korrekt?
mit kommentaren, ends und allem?