Howdy, Stranger!

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

In this Discussion

Fix ElTree.pas

procedure TElTreeView.WMKillFocus(var Msg : TWMKillFocus);  { private }
begin
  if not (csDestroying in ComponentState) then
    Exit;


"not" must be delete

Comments

Sign In or Register to comment.