psCompany - cApplication

The name of the company producing the program

Type: Property

Access: Read/Write

Data Type: String

Parameters: None

Syntax
 Property String psCompany

Read Access: Get psCompany to StringVariable
Write Access: Set psCompany to StringVariable/Value


Description

The psCompany property provides the name of the company producing the program. 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 company.

Note:If you do not provide a value for this property, then "Data Access Worldwide" will be used.

See Also

psProduct | psVersion | psProgram