dformlib ~master (2022-05-10T21:19:32.5161069)
Dub
Repo
RegistryValue
dfl
registry
Undocumented in source.
abstract
class
RegistryValue {
DWORD
valueType
[@property getter];
Dstring
toString
();
LONG
save
(HKEY hkey, Dstring name);
}
Members
Functions
save
LONG
save
(HKEY hkey, Dstring name)
Undocumented in source.
toString
Dstring
toString
()
Undocumented in source.
Properties
_reg
RegistryValue
_reg
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valueType
DWORD
valueType
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dfl
registry
aliases
RegistryValueDwordLittleEndian
classes
DflRegistryException
Registry
RegistryKey
RegistryValue
RegistryValueBinary
RegistryValueDword
RegistryValueDwordBigEndian
RegistryValueExpandSz
RegistryValueLink
RegistryValueMultiSz
RegistryValueNone
RegistryValueResourceList
RegistryValueSz
enums
RegistryHive