Name

GetManufacturer                                                                                    

Purpose

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

Params

None

Returncode

Returncode

Type String

Note

Empty

No manufacturer value set in license file

Other value

The manufacturer

Usage

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

Sample

 

  sMF := lic.GetManufacturer;

  << use sMF >>

  ...

See also

GetCustomer