jsRegistry Design and Description
jsRegistry is a non-visual dBL class for reading and writing information
contained in the system registry.
The 'spirit' of jsRegistry is to exist as a child of the global _sys object,
similar to the
way the frameWin is a child to the global _app object in the core product.
jsRegistry is intended to provide dBL access to system registry data.
- jsRegistry supports REG_DWORD (REG_DWORD_LITTLE_ENDIAN),
REG_DWORD_BIG_ENDIAN, REG_SZ, REG_EXPAND_SZ, REG_MULTI_SZ, REG_NONE, and
REG_BINARY registry data types for read/write access.
- jsRegistry allows for determining if a key or value exists, and
determining the type of data contained in a value.
- jsRegistry makes dBL system registry access easy.