JVCL Help:TJvRegKey
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRegKey type
Search in JVCL Help
Search in all projectsSummary
Indicates a root key.
Pascal
run\JvTypes.pas
TJvRegKey = (
hkClassesRoot,
hkCurrentUser,
hkLocalMachine,
hkUsers,
hkPerformanceData,
hkCurrentConfig,
hkDynData
);
TJvRegKeys = setof TJvRegKey;
Members
Members | Description |
hkClassesRoot | The HKEY_CLASSES_ROOT key, used to define types (or classes) of documents and the properties associated with those types. |
hkCurrentUser | The HKEY_CURRENT_USER key, used for preferences of the current user. |
hkLocalMachine | The HKEY_LOCAL_MACHINE key, used to define the physical state of the computer, |
hkUsers | The HKEY_USERS key, used for defining the default user configuration for new users on the local computer and the user configuration for the current user. |
hkPerformanceData | Not supported on Windows Me/98/95. |
hkCurrentConfig | The HKEY_CURRENT_CONFIG key, contains information about the current hardware profile of the local computer system. |
hkDynData | Only supported on Windows Me/98/95. |
Description
Use the TJvRegKey type to specify a specific root key. TJvRegKeys is a set of TJvRegKey values.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page