Hello,
a little problem with the OnChange-Event of the TComboBox.
If the user selects a item from the drop-down-list, OnChange is called.
If the user places the cursor in the combobox and types a text, OnChange
is also called.
But if I set the text with the .Text-property [1], OnChange is NOT called.
If i substitute the TComboBox with a TEdit, setting the .Text-property
causes an OnChange-call.
I know that this behaviour is the same as in Delphi, but I think it is
not consistent. Is it possible to change this?
regards
Michael
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus