The name of the product
Type: Property
Access: Read/Write
Data Type: String
Parameters:
None
Syntax
Property String psProduct
Get psProduct to StringVariable |
Set psProduct to StringVariable/Value |
Description
psProduct is the name of the product. Whenever the program needs to access the Registry, it uses a combination of the psCompany, psProduct, psVersion and psProgram properties to determine the key name that should be accessed. The four values are added together to form the key. For example, if:
psCompany = "ABC, Inc"
psProduct = "Payroll"
psVersion = "1.0"
psProgram = "People"
then the key that would be accessed would be:
HKEY_CURRENT_USER\Software\ABC, Inc\Payroll\1.0\People
You should set this property to the name of your product.
Note: | If you do not provide a value for this property, "DataFlex Applications" will be used. |
See Also
psCompany | psVersion | psProgram