Código Delphi [-]//... var Address: string; begin Address := URL; if ComboBox1.Items.IndexOf(Address) = -1 then ComboBox1.AddItem(Address, nil); //...
//... var Address: string; begin Address := URL; if ComboBox1.Items.IndexOf(Address) = -1 then ComboBox1.AddItem(Address, nil); //...