SpellingChecker REALbasic Plugin

SpellingChecker.GetIgnoredWords Method

Use this function to retrieve the ignore list from the currently selected ignore list context.

GetIgnoredWords() as StringArray

Parameters

Returns

StringArray

Remarks

This function is for example useful when saving a Ignore list to a disk for future use. (Ignore list lifetime is the same as the lifetime of your process, it does not die when a class instance dies).

This function returns a CoreClasses StringArray.

See Also

SpellingChecker Class