RegistryItem
From Real Software Documentation
| This class is only available on the Windows platform. For cross-platform development, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this class on an incompatible platform. |
Creates and manages registry items on Windows.
| Properties | ||||
|
| Methods | ||||||||||||
|
| Constructors | ||
|
Notes
The Value method returns valid information for expandable strings, binary and multi-strings. In the case of expandable strings, Real Studio automatically expands the string for you and returns it as a string. It supports getting and setting 64-bit values. The default value may also be 64-bit.
In the case of multi-strings, Real Studio passes back a string that is Chr(0)-delimited. Please use the Split function to get the individual parts, like this:
where part is a String array.
In the case of a binary value, Real Studio returns a MemoryBlock. You cannot currently set an expandable string, or a multistring. To set a binary string, please pass in a MemoryBlock.
See Also
RegistryAccessErrorException error.
