Ver Mensaje Individual
  #1  
Antiguo 16-02-2015
dison dison is offline
Miembro
 
Registrado: nov 2004
Posts: 30
Reputación: 0
dison Va por buen camino
Question TComboBox Problema

Saludo

Tengo un TComboBox con varios items, y la propiedad style =csDropDown,

en el evento Closeup obtengo el texto seleccionado

Código Delphi [-]
var
a :string;
begin
a := TComboBox1.text;
end;


El problema es que siempre a es igual al texto anterior seleccionado

Ojo este problema no aparece si style =csDropDownList

DP
Responder Con Cita