TdxCustomSpellChecker.UnloadDictionaries Method
Unloads dictionaries from the memory.
Declaration
procedure UnloadDictionaries;
Remarks
The UnloadDictionaries method unloads all the dictionaries that were previously loaded, to release the memory occupied by dictionaries.
Note that unloaded dictionaries cannot be used for spell checking.
See Also