combobox.items是一个TStrings按照TStringlist的属性方法来进行操作就OKwith combobox dobegin items.Clear;//清空所有项 items.Delete(Index);//根据序号删除,从0开始计数end;