Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSSpellCheckerMBS class.

NSSpellCheckerMBS.Correct

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No
An event sent whenever the Correct button is pressed.

Some examples using this event:

NSSpellCheckerMBS.FindNext

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No
An event sent whenever the Find Next button is pressed.

NSSpellCheckerMBS.Ignore

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Spell Checking MBS MacCocoa Plugin 7.1 ✅ Yes ❌ No ❌ No ❌ No
An event sent whenever the Ignore button is pressed.

NSSpellCheckerMBS.requestCandidatesForSelectedRangeCompleted(sequenceNumber as Integer, candidates() as NSTextCheckingResultMBS, stringToCheck as String, selectedRange as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Spell Checking MBS MacCocoa Plugin 19.1 ✅ Yes ❌ No ❌ No ❌ No
Called later by requestCandidatesForSelectedRange method.

NSSpellCheckerMBS.requestCheckingOfStringCompleted(sequenceNumber as Integer, results() as NSTextCheckingResultMBS, orthography as NSOrthographyMBS, wordCount as Integer, stringToCheck as String, Range as NSRangeMBS, checkingTypes as Int64, options as Dictionary, tag as Variant)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Spell Checking MBS MacCocoa Plugin 19.1 ✅ Yes ❌ No ❌ No ❌ No
Called later by requestCheckingOfString method.

sequenceNumber: A monotonically increasing sequence number.
results: An array of NSTextCheckingResultMBS objects describing particular items found during checking and their individual ranges, sorted by range origin, then range end, then result type..
orthography: The orthography of the string.
wordCount: The number of words in the range of the string.

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


The biggest plugin in space...