Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to RegistryMBS class.
RegistryMBS.classesRoot as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
RegistryMBS.CurrentConfig as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
RegistryMBS.CurrentUser as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
RegistryMBS.getBinaryValue(keypath as string,valuename as string, Use64bitRegistry as boolean = false) as Memoryblock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns nil on any error.
Use64bitRegistry: Pass true to create key in 64 bit view of the Registry instead of 32 bit view.
RegistryMBS.getStringValue(keypath as string,valuename as string, Use64bitRegistry as boolean = false) as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns "" on any error.
Use64bitRegistry: Pass true to create key in 64 bit view of the Registry instead of 32 bit view.
RegistryMBS.Key(keypath as string, Use64bitRegistry as boolean = false) as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
If you need you can recreate this function in Xojo code to have some error checking. This function here will return nil on any error.
Use64bitRegistry: Pass true to create key in 64 bit view of the Registry instead of 32 bit view.
RegistryMBS.LocalMachine as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
RegistryMBS.PerformanceData as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | 10.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
RegistryMBS.Users as RegistryKeyMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The items on this page are in the following plugins: MBS Win Plugin.