Howdy, Stranger!

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

In this Discussion

TElCheckItem.CMKillFocus and Free of control

Please add following check

  if (not (csDestroying in ComponentState)) then
  begin
     // Existing code
  end;

we get exception in our application, because of this processing in CMKillFocus.

We use Delphi 10.2

Comments

Sign In or Register to comment.