Howdy, Stranger!

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

In this Discussion

Sporatic crash when release a ElTreeView

sometimes a WM_KILLFOCUS is fired even the control is in destruction-process.

for this i add a check of

  (csDestroying in ComponentState)

in the methode TElTreeView.WMKillFocus

to avoid some access to members there aren't available any more.


 

Comments

Sign In or Register to comment.