JVCL Help:TJvUCBDisplayMode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies from which registry key(s) to read information.

run\JvUninstallControls.pas


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.

run\JvUninstallControls.pas


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.

run\JvUninstallControls.pas


About

Navigation

no pages or subcategories

run\JvUninstallControls.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