It looks like you're new here. If you want to get involved, click one of these buttons!
procedure TCustomElEdit.WMKillFocus(var Msg : TWMKillFocus); { private }<!--[if gte mso 9]>
begin
+ if (csDestroying in ComponentState) then
+ Exit;
if FHasCaret then
begin
DestroyCaret;
Comments