SpellingChecker REALbasic Plugin

SpellingChecker.Check Method

Call this function to check spelling of a string.

Check(
   data as String) as Boolean

Parameters

data
The data to check spelling on.

Returns

Boolean

Remarks

Returns true when the spelling is correct.

The normal cycle of a spell checking is:

1. Check spelling.
2. If incorrect spelling is found then handle it with Ignore or replace.
3. Repeat step one until everything has been handled.

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

See Also

SpellingChecker Class