RegistryValueMBS properties

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 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.


💬 Ask a question or report a problem