Ver Mensaje Individual
  #13  
Antiguo 04-08-2007
Avatar de arespremium
arespremium arespremium is offline
Miembro
 
Registrado: jul 2007
Posts: 48
Reputación: 0
arespremium Va por buen camino
entonces seria asi?
ya que si le pongo 1 en "<> -0 then" no me aparece la opcion 1.


if ComboBox1.ItemIndex <> -0 then
combobox1.items.add('opcion 1');
combobox1.items.add('opcion 2');
combobox1.items.add('opcion 3');
Label1.Caption := ComboBox1.Items[ComboBox1.ItemIndex];
end;
Responder Con Cita