有两种:
if (Combobox1.ItemIndex=0) and (Combobox2.ItemIndex=0) then
和
if (Combobox1.ItemIndex or Combobox2.ItemIndex)=0 then
if (Combobox1.ItemIndex=0) and (Combobox2.ItemIndex=0) then
和
if (Combobox1.ItemIndex or Combobox2.ItemIndex)=0 then