SpellingChecker REALbasic Plugin |
|
SpellingChecker.SetIgnoredWords Method
Use this method to restore a saved ignore list to the currently selected ignore list context.
SetIgnoredWords(
strings as StringArray)
Parameters
- strings
- A CoreClasses StringArray that contains the strings for the Ignore list.
Remarks
This method is for example useful if restoring a ignore list from a disk.
See Also
SpellingChecker Class