Platforms to show: All Mac Windows Linux Cross-Platform

Back to RegistryValueMBS class.

RegistryValueMBS.asBinary as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the value as a memoryblock.

Can also be used to set the value.
(Read and Write property)

RegistryValueMBS.asBinaryString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the value as a string with binary content.

This string may include chr(0).
Can also be used to set the value.
(Read and Write property)

Some examples using this property:

RegistryValueMBS.asLong32 as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the value as a 32bit integer.

Can also be used to set the value.
(Read and Write property)

Some examples using this property:

RegistryValueMBS.asLong64 as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the value as a 64bit integer.
Example
dim v as RegistryValueMBS
v.aslong64=v.aslong64+1 // add one

Can also be used to set the value.
(Read and Write property)

Some examples using this property:

RegistryValueMBS.asString as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the value as a string.

Can also be used to set the value.
(Read and Write property)

RegistryValueMBS.isBinary as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns true if the value is binary data.

(Read only property)

Some examples using this property:

RegistryValueMBS.isLong32 as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns true if the value is a 32 bit integer.

(Read only property)

Some examples using this property:

RegistryValueMBS.isLong64 as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns true if the value is a 64 bit Integer.

(Read only property)

Some examples using this property:

RegistryValueMBS.isString as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns true if the value is a string.

(Read only property)

RegistryValueMBS.name as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the name of the Value.

(Read only property)

RegistryValueMBS.size as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the size of this value.

(Read only property)

RegistryValueMBS.type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Registry MBS Win Plugin ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Returns the type of the value.

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
(Read only property)

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


The biggest plugin in space...