JVCL Help:TJvUCBDisplayMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvUCBDisplayMode type
Search in JVCL Help
Search in all projectsSummary
Specifies from which registry key(s) to read information.
Pascal
run\JvUninstallControls.pas
TJvUCBDisplayMode = (
hkCurrentUser,
hkLocalMachine
);
TJvUCBDisplayModes = setof TJvUCBDisplayMode;
Members
Members | Description |
hkCurrentUser | Read uninstall information from the HKEY_CURRENT_USER hive. |
hkLocalMachine | Read uninstall information from the HKEY_LOCAL_MACHINE hive. |
Description
The TJvUCBDisplayMode type is used to specify the registry hives to read uninstall information from. Windows can store uninstall info in two different hives, HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER.
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