Howdy, Stranger!

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

In this Discussion

Fix ElPack

Please add following code:
 procedure TCustomElEdit.WMKillFocus(var Msg : TWMKillFocus); { private }
 
begin
+  if (csDestroying in ComponentState) then
+    Exit;
  if FHasCaret then
   begin
    DestroyCaret;
<!--[if gte mso 9]>


















































































































































































































































































































<w:LsdException Locked="false" Priority="50" Name="Grid

Comments

Sign In or Register to comment.