Platforms to show: All Mac Windows Linux Cross-Platform
Back to WinSpellingErrorMBS class.
WinSpellingErrorMBS.CorrectiveAction as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Raises WinSpellCheckerExceptionMBS in case of an error.
(Read only property)
WinSpellingErrorMBS.Length as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Raises WinSpellCheckerExceptionMBS in case of an error.
(Read only property)
WinSpellingErrorMBS.Replacement as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
If the CorrectiveAction returned by CorrectiveAction is not kCorrectiveActionReplace, value is the empty string.
Raises WinSpellCheckerExceptionMBS in case of an error.
If empty, you may better go with Suggest() function in WinSpellCheckerMBS class.
(Read only property)
Some examples using this property:
WinSpellingErrorMBS.StartIndex as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Index is zero based!
Raises WinSpellCheckerExceptionMBS in case of an error.
(Read only property)
WinSpellingErrorMBS.Text as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Spell Checking | MBS WinFrameworks Plugin | 21.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
For your convenience we prepare Text.Middle(StartIndex, Length) for you here.
(Read only property)
The items on this page are in the following plugins: MBS WinFrameworks Plugin.