Platforms to show: All Mac Windows Linux Cross-Platform
The module UTTypeMBS
module UTTypeMBSType | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
module | Launch Services | MBS MacOSX Plugin | 8.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See this webpage for a list of all the predefined types:
http://developer.apple.com/documentation/Carbon/Conceptual/understanding_utis/utilist/chapter_4_section_1.html
- method ConformsTo(UTI as string, ConformsToUTI as string) as boolean
- method CreateAllIdentifiersForTag(inTagClass as string, inTag as string, inConformingToUTI as string) as string()
- method CreatePreferredIdentifierForTag(inTagClass as string, inTag as string, inConformingToUTI as string) as string
- method DeclaringBundleURL(UTI as string) as folderitem
- method Description(UTI as string) as string
- method Equal(UTI as string, SecondUTI as string) as boolean
- method kUTExportedTypeDeclarationsKey as string
- method kUTImportedTypeDeclarationsKey as string
- method kUTTagClassFilenameExtension as string
- method kUTTagClassMIMEType as string
- method kUTTagClassNSPboardType as string
- method kUTTagClassOSType as string
- method kUTTypeAliasFile as string
- method kUTTypeAliasRecord as string
- method kUTTypeAppleICNS as string
- method kUTTypeAppleProtectedMPEG4Audio as string
- method kUTTypeApplication as string
- method kUTTypeApplicationBundle as string
- method kUTTypeApplicationFile as string
- method kUTTypeArchive as string
- method kUTTypeAudio as string
- method kUTTypeAudiovisualContent as string
- method kUTTypeBMP as string
- method kUTTypeBundle as string
- method kUTTypeCHeader as string
- method kUTTypeCompositeContent as string
- method kUTTypeConformsToKey as string
- method kUTTypeContact as string
- method kUTTypeContent as string
- method kUTTypeCPlusPlusHeader as string
- method kUTTypeCPlusPlusSource as string
- method kUTTypeCSource as string
- method kUTTypeData as string
- method kUTTypeDescriptionKey as string
- method kUTTypeDirectory as string
- method kUTTypeDiskImage as string
- method kUTTypeFileURL as string
- method kUTTypeFlatRTFD as string
- method kUTTypeFolder as string
- method kUTTypeFramework as string
- method kUTTypeGIF as string
- method kUTTypeHEIC as string
- method kUTTypeHEIF as string
- method kUTTypeHTML as string
- method kUTTypeICO as string
- method kUTTypeIconFileKey as string
- method kUTTypeIdentifierKey as string
- method kUTTypeImage as string
- method kUTTypeInkText as string
- method kUTTypeItem as string
- method kUTTypeJavaSource as string
- method kUTTypeJPEG as string
- method kUTTypeJPEG2000 as string
- method kUTTypeJPEGXL as string
- method kUTTypeMessage as string
- method kUTTypeMountPoint as string
- method kUTTypeMovie as string
- method kUTTypeMP3 as string
- method kUTTypeMPEG as string
- method kUTTypeMPEG4 as string
- method kUTTypeMPEG4Audio as string
- method kUTTypeObjectiveCPlusPlusSource as string
- method kUTTypeObjectiveCSource as string
- method kUTTypePackage as string
- method kUTTypePDF as string
- method kUTTypePICT as string
- method kUTTypePlainText as string
- method kUTTypePNG as string
- method kUTTypeQuickTimeImage as string
- method kUTTypeQuickTimeMovie as string
- method kUTTypeReferenceURLKey as string
- method kUTTypeResolvable as string
- method kUTTypeRTF as string
- method kUTTypeRTFD as string
- method kUTTypeSourceCode as string
- method kUTTypeSymLink as string
- method kUTTypeTagSpecificationKey as string
- method kUTTypeText as string
- method kUTTypeTIFF as string
- method kUTTypeTXNTextAndMultimediaData as string
- method kUTTypeURL as string
- method kUTTypeUTF16ExternalPlainText as string
- method kUTTypeUTF16PlainText as string
- method kUTTypeUTF8PlainText as string
- method kUTTypeVCard as string
- method kUTTypeVersionKey as string
- method kUTTypeVideo as string
- method kUTTypeVolume as string
- method kUTTypeWebArchive as string
- method kUTTypeXML as string
- method PreferredTagWithClass(inUTI as string, inTagClass as string) as string
- method UTI(file as folderitem) as string
Some examples which use this module:
- /MacCG/CGImageSource/CGImageSource Convert
- /MacControls/Listbox and TableView Demos/ListboxTV drop-in/Flat Only/ListBoxTV Database with DataSource
- /MacControls/Listbox and TableView Demos/ListboxTV drop-in/Flat Only/ListBoxTV Simple Demo with DataSource
- /MacControls/Listbox and TableView Demos/ListboxTV drop-in/Flat Only/ListBoxTV TableView
- /MacControls/Listbox and TableView Demos/ListboxTV drop-in/Flat Only/ListboxTV with ContainerControl Cells
- /MacControls/Listbox and TableView Demos/ListboxTV drop-in/Hierarchical & Flat/ListBoxTV OutlineView
- /MacFrameworks/Image Capture/Scanner Browser
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 25.0
- MBS Xojo Plugins, version 24.6pr6
- MacOSX plugin for iOS
- MBS Xojo Plugins, version 19.0pr6
Release notes
- Version 25.0
- Added kUTTypeJPEGXL, kUTTypeHEIF and kUTTypeHEIC to UTTypeMBS module.
- Version 19.0
- Upgraded UTTypeMBS.UTI to newer API.
The items on this page are in the following plugins: MBS MacOSX Plugin.
