Platforms to show: All Mac Windows Linux Cross-Platform
WinSpellCheckerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Requires Windows 8.
- event Changed
- 4 properties
- property Handle as Integer
- property Id as String
- property LanguageTag as String
- property LocalizedName as String
- 12 methods
- method Add(word as String)
- method AutoCorrect(FromWord as String, ToWord as String)
- method Check(text as String) as WinSpellingErrorMBS()
- method ComprehensiveCheck(text as String) as WinSpellingErrorMBS()
- method Constructor(languageTag as String)
- method Destructor
- method Ignore(word as String)
- method OptionDescription(optionId as String) as WinSpellCheckerOptionDescriptionMBS
- method OptionIds as String()
- method OptionValue(optionId as String) as Integer
- method Remove(word as String)
- method Suggest(word as String) as String()
- 4 shared methods
- shared method IsSupported(languageTag as String) as Boolean
- shared method RegisterUserDictionary(dictionaryPath as String, languageTag as String)
- shared method SupportedLanguages as String()
- shared method UnregisterUserDictionary(dictionaryPath as String, languageTag as String)
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 21.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.2
- Spell Checking on Windows for Xojo
- MBS Xojo Plugins, version 21.2pr3
Xojo Developer Magazine
Release notes
- Version 21.2
- Added classes for spell checking on Windows: WinSpellingErrorMBS, WinSpellCheckerOptionDescriptionMBS and WinSpellCheckerMBS.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinSpellCheckerExceptionMBS - WinSpellCheckerOptionDescriptionMBS
