Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.21 KB | None | 0 0
  1. if FCustomDict.RemoveAutoCorrect(s) then
  2.     UpdateServerDict(cdRemoveAutoCorrect, s);
  3.   if FCustomDict.AddAutoCorrect(s, c) then
  4.   begin
  5.     UpdateServerDict(cdAddAutoCorrect, s + #0 + c);
  6.     ReloadDict;
  7.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement