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
Represents a particular spell checker for a particular language.
Example
Dim w As New WinSpellCheckerMBS("en-US")

Dim Text As String = "Helo World"
Dim errors() As WinSpellingErrorMBS = w.Check(Text)
Dim Error As WinSpellingErrorMBS = errors(0)

MsgBox "Spelling error in """ + text.Mid(error.StartIndex+1, error.Length)+""""

Requires Windows 8.

This class has no sub classes.

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS WinFrameworks Plugin.


WinSpellCheckerExceptionMBS   -   WinSpellCheckerOptionDescriptionMBS


The biggest plugin in space...