Skip to content

RegistryKeyString - cApplication

Returns the name of the Key that will be used to access the registry for user-defined values in the application object

Type: Function
Return Data Type: String

Syntax

Function RegistryKeyString Returns String

Call Example

Get RegistryKeyString to StringVariable

Description

The framework calls this function to determine the name of the Key to use when accessing application-specific registry Values in the application object (for example, when using ReadString or WriteBinary).

You can override this function to return a different string to use as the Key name.

Return Value

A string consisting of the concatenation the values of the psCompany, psProduct, psVersion and psProgram properties together.