SpellingChecker REALbasic Plugin

SpellingChecker.Change Method

Once a word faulty word has been found then this method can be called to change the faulty word.

Change(
   newWord as String)

Parameters

newWord
The new word as it looks after changing.

Remarks

Note that this method only is telling the SpellChecker how long your replacement was, you will need to do the fix in your string or EditField before calling the SpellingChecker to continue checking.

See the example project that comes with the plugin for better reference.

See Also

SpellingChecker Class