Show/Hide Toolbars

Licence Protector 5

Retrieve the customer name from the license file.

 

 

Name

GetCustomer                                                                                        

Purpose

Gets the customer’s name from within the license file.

Params

None

Returncode

Returncode

Type String

Note

Empty

No customer set in license file

Other value

The customer’s name

Usage

Extract the customer to display or use it inside the application code.

Sample

 

  sCust := lic.GetCustomer;

  << use sCust >>

  ...

See also

GetManufacturer