SpellingChecker REALbasic Plugin

SpellingChecker.GetUniqueIgnoreListID Method

Use this function to create a unique ignore list id. Unique Ignore list ID's are needed when creating a ignore list for each document in your application.

GetUniqueIgnoreListID() as Integer

Parameters

Returns

Integer

Remarks

There are two types of ignore lists, the default which is Application wide. That is the ignore list which you always are using after constructing a instance of the SpellChecker class is the Application Ignore list.

Even if two instances are constructed of the SpellingChecker class then by default both will point to the same ignore list.

The CurrentIgnoreListID property and the GetUniqueIgnoreList function can be used to assign custom non application wide ignore lists to the class instance. Such ignore lists are useful for example if each document in the application should have its own ignore list.

Note
Custom Ignore lists need to be released with CloseIgnoreList once they are no longer needed.

See Also

SpellingChecker Class