怎么对style=csDropDownlist的combobox的text赋值

如何对stylecsDropDownlist的combobox的text赋值?如何对stylecsDropDownlist的combobox的text赋值?style

如何对style=csDropDownlist的combobox的text赋值?
如何对style=csDropDownlist的combobox的text赋值?

style=csDropDownlist的combobox可以点击选择不能赋值!!!怎么实现赋值?

[解决办法]
可以设置ItemIndex属性实现,条件是Items属性中必须有该文字

ComboBox1.Items.Add( 'Zswang 路过 ');
ComboBox1.ItemIndex := ComboBox1.Items.IndexOf( 'Zswang 路过 ');