Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Extra Check in Release-Code

Please Change in Methode

  TCustomElComboBox.WMKillFocus

the line

  if LMDSIWindowsVistaUp then

to

  if LMDSIWindowsVistaUp and Assigned(FButton) then


We had the problem that closing a form with focused ComboBox will cause a 0-Pointer exception without this extra check.
The FButton was released befor receiving the WMKillFocus-Event.

Comments

Sign In or Register to comment.