also mein code sieht jetzt so aus
Delphi-Quellcode:
procedure TForm1.GrundkursbereichClick(Sender: TObject);
var x :integer;
begin
x:=0;
x:= x + StrToIntDef(comboBox25.text,0);
x:= x + StrToIntDef(combobox26.text,0);
x:= x + StrToIntDef(combobox27.text,0);
edit1.text:= IntToStr(x);
es funzt auch nur habe ich das in ein panel gemacht und muss nun damit etaws in das edit feld geschrieben wird immer erst noch auf das panel drücken kann man das umgehen, also das er das gleich anzeigt????