Retrieve the main module ID of the license file. It is defined in the project template using <MainModuleID>

 

Name

MainModuleID                                                                                        

Purpose

Property to get or set the main module ID in the license file. The main module ID can also be defined in the license file template

Params

None

Returncode

Returncode

Type String

Note

Value

The main module ID is required for some actions like license transfer

Usage

Change the projectname in the license file

Sample

 

  If lic.MainModuleID = ‘’ then

  begin

     lic.MainModuleID := ‘QHD001’;

  end;

  ….

See also

SetVerificationIDOfModule