Nun, das was Jelly dir gesagt hat ist alles was Du brauchst
Ich bin gut drauf:
Delphi-Quellcode:
If ListBox1.Items.Count=4 then
begin
ListBox1.Items.Add(ComboBox1.Text);
ComboBox1.Visible:=false;
end else
begin
ListBox1.Items.Add(ComboBox1.Text);
end;