ComboBox1.ItemIndex;
ComboBox1.Text;
ComboBox1.Items.Add('taxi');
ComboBox1.Items.IndexOf('hello');