DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


RegKeyExists

Declaration: RegKeyExists (RootKey: TRegRootKey; SubKey: string): boolean;
The function RegKeyExists checks whether the specified key of the Windows registry exists. The parameter RootKey defines the root key and the parameter SubKey specifies the key (including its path) used within the branch of the root key.

The function returns TRUE if the specified key exists.