Platforms to show: All Mac Windows Linux Cross-Platform
RegistryKeyMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Registry | MBS Win Plugin | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 3 properties
- property ItemCount as Integer
- property name as string
- property ValueCount as Integer
- 11 methods
- method CopyTree(keyname as string, Dest as RegistryKeyMBS) as boolean
- method CreateKey(name as string, Use64bitRegistry as boolean = false) as RegistryKeyMBS
- method Delete(keyname as string) as boolean
- method DeleteTree(keyname as string) as boolean
- method Flush
- method Item(index as Integer) as RegistryKeyMBS
- method Item(name as string) as RegistryKeyMBS
- method ItemName(index as Integer) as string
- method Value(index as Integer) as RegistryValueMBS
- method Value(name as string) as RegistryValueMBS
- method ValueName(index as Integer) as string
This class has no sub classes.
Some methods using this class:
- RegistryMBS.classesRoot as RegistryKeyMBS
- RegistryMBS.CurrentConfig as RegistryKeyMBS
- RegistryMBS.CurrentUser as RegistryKeyMBS
- RegistryMBS.Key(keypath as string, Use64bitRegistry as boolean = false) as RegistryKeyMBS
- RegistryMBS.LocalMachine as RegistryKeyMBS
- RegistryMBS.PerformanceData as RegistryKeyMBS
- RegistryMBS.Users as RegistryKeyMBS
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 17.4
- MBS Xojo Plugins, version 17.4pr6
- MBS REALbasic Plugins Version 10.4 release notes
- MBS REALbasic Plugins, version 10.4pr11
Release notes
- Version 17.4
- Added RegistryKeyMBS.DeleteTree and RegistryKeyMBS.CopyTree functions.
The items on this page are in the following plugins: MBS Win Plugin.
RegistryFileTypeMBS - RegistryMBS