Platforms to show: All Mac Windows Linux Cross-Platform
The module DictionaryServiceMBS
module DictionaryServiceMBS| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| module | Cocoa | MBS MacFrameworks Plugin | 7.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Dictionary Services provides functions that let you access dictionaries programmatically from within your application.
A dictionary is any look-up reference that is built using the Dictionary Development Kit. The contents of a dictionary can serve many purposes. The most typical use is to provide definitions for a single language, but you can create content for a thesaurus, bilingual dictionaries (such as English-Japanese), in-house glossaries, and professional dictionaries (such as legal, medical, and technical).
Available in Mac OS X v10.5 and later.
- 5 methods
- method GetTermRangeInString(text as string, offset as Integer=0) as boolean
- method RangeLength as Integer
- method RangePosition as Integer
- method Show(text as string, start as Integer = 0, length as Integer = 0, textOriginX as Double = 0, textOriginY as Double = 0) as boolean
- method TextDefinition(text as string, position as Integer=0, length as Integer=0) as string
Some examples which use this module:
Release notes
- Version 25.6
- Corrected flags for DictionaryServiceMBS class as it is not available on iOS.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.