JVCL Help:TJvRegKey

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates a root key.

run\JvTypes.pas


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.

run\JvTypes.pas


Description

Use the TJvRegKey type to specify a specific root key. TJvRegKeys is a set of TJvRegKey values.

run\JvTypes.pas


About

Navigation

no pages or subcategories

run\JvTypes.pas



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