主题:请问我这段程序怎么错了?
请问我这段程序怎么错了?
procedure TForm1.ComboBox1Select(Sender: TObject);
begin
listbox1.additem(combobox1.ItemIndex);
end;
end.
procedure TForm1.ComboBox1Select(Sender: TObject);
begin
listbox1.additem(combobox1.ItemIndex);
end;
end.