赋值方法:
ComboBox1.Items.Add( '文本 ');
ComboBox1.ItemIndex := ComboBox1.Items.IndexOf( '文本 '); 
清空:
ComboBox1.ItemIndex :=-1;
05-22 17:08