Ver Mensaje Individual
  #2  
Antiguo 17-09-2006
Avatar de seoane
[seoane] seoane is offline
Miembro Premium
 
Registrado: feb 2004
Ubicación: A Coruña, España
Posts: 3.717
Reputación: 24
seoane Va por buen camino
Prueba con algo como esto:

Código Delphi [-]
if Combobox1.Items.IndexOf(Edit1.Text) < 0 then
    Combobox1.Items.Add(Edit1.Text);
Responder Con Cita