Platforms to show: All Mac Windows Linux Cross-Platform

Back to RegistryValueMBS class.

RegistryValueMBS.Delete as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Deletes this value.

The RegistryValueMBS object should be destroyed after deleting.

RegistryValueMBS.SetBinaryMem(typ as Integer,data as Memoryblock)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Sets the value to the content of the memoryblock.

Type may be one of this values:
0No value type
1Nul terminated string
2Nul terminated string (with environment variable references)
3Free form binary
432-bit number (LittleEndian)
532-bit number (BigEndian)
6Symbolic Link (unicode)
7Multiple Unicode strings
8Resource list in the resource map
9Resource list in the hardware description
10Resource requirements list
1164-bit number

RegistryValueMBS.SetBinaryStr(typ as Integer,data as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Sets the value to the content of the string.

Type may be one of this values:
0No value type
1Nul terminated string
2Nul terminated string (with environment variable references)
3Free form binary
432-bit number (LittleEndian)
532-bit number (BigEndian)
6Symbolic Link (unicode)
7Multiple Unicode strings
8Resource list in the resource map
9Resource list in the hardware description
10Resource requirements list
1164-bit number

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


The biggest plugin in space...