Ich hab das jetzt so gemacht, aber er zeigt in der "end." Zeile rot an, dass sie falsch wäre. Hier der Delphicode:
Delphi-Quellcode:
procedure TForm19.RadioGroup1Click(Sender: TObject);
begin
case RadioGroup1.ItemIndex of
-1: ShowMessage('Nichts markiert');
0: Label3.Caption:='Dat is nich richtig! Versöch nochmal!';
1: Label3.Caption:='Dat is richtig!';
2: Label3.Caption:='Dat is nich richtig! Versöch nochmal!';
3: Label3.Caption:='Dat is nich richtig! Versöch nochmal!';
4: Label3.Caption:='Dat is nich richtig! Versöch nochmal!';
end;
end.
Was ist daran falsch?
Danke schon mal im Voraus
nixalsverdruss