On Wed, Mar 24, 2010 at 4:42 PM, Michael Fuchs
<[email protected]> wrote:
> I know that this behaviour is the same as in Delphi, but I think it is not
> consistent. Is it possible to change this?

Why the behavior is not consistent?

Since your code has changed Text value you're aware of the change happened.
So you can call the necessary change handling code, like:

ComboBox1.Text:='something';
ComboBox1Change(ComboBox1Text);

thanks,
dmitry

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to