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

Parameters: None

Return Value

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


Syntax
Function RegistryKeyString Returns String

Call: 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.

See Also

ReadBinary | ReadInteger | ReadUInt