怎么删除combobox中的一行不是让comboBox-> Text= " "; 而是让下拉列表中的某一行消失[解决办法]Combobox-> Items-> Delete[解决办法]ComboBox1-> Items-> Delete(2); // 删除第3个 ComboBox1-> Items-> Delete(ComboBox1-> ItemIndex); // 删除当前的