TComboBox does not fire an OnChange event in case an entry is selected in the drop down list that changes the entry in the edit. I think this should be fired, patch (one line only) attached.


Index: customcombobox.inc
===================================================================
--- customcombobox.inc  (revision 9159)
+++ customcombobox.inc  (working copy)
@@ -851,6 +851,7 @@
 begin
   if [csLoading,csDestroying,csDesigning]*ComponentState<>[] then exit;
   Select;
+  Change;
 end;
 
 {------------------------------------------------------------------------------

Reply via email to