{$MINENUMSIZE 4} oder {$Z4} oder {$Z+}
> [
oh]$MINENUMSIZE[/
oh] bzw. [
oh]$Z[/
oh]
[add] oder du machst einfach einen Dummy ans Ende
Code:
TWert = (Wert1=0, Wert2=1, Wert3=2, [color=#ff0000]_dummy=31[/color]);
PS: dieses =0, =1 usw. brauchst'e in Delphi nicht angeben, jedenfalls wenn bei 0 begonnen und Fortlaufend gezählt wird.
Code:
TWert = (Wert1, Wert2, Wert3, [color=#ff0000]_dummy=31[/color]);