TRVSpellChecker.Suggest Leaks
Posted: Sun Jul 07, 2024 9:28 pm
Hi Sergey,
I'm trying to get the list of suggested words from the TRVSpellChecker.Suggest list. When I do this:
It works and gives me the list of suggestions, but when I close the app I get a lot of leaks. I'll attach the leak report.
I'm probably using this wrong so if you can tell me how to do this correctly I'd appreciate it.
Thanks
Stan
I'm trying to get the list of suggested words from the TRVSpellChecker.Suggest list. When I do this:
Code: Select all
ListBox2.Items.Text := Form1.RVSpellChecker1.Suggest(Items[i]).Text;
I'm probably using this wrong so if you can tell me how to do this correctly I'd appreciate it.
Thanks
Stan