Licence Protector

GetCustomer

Hide Navigation Pane

GetCustomer

Previous topic Next topic No directory for this topic  

GetCustomer

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

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