FetchRegistrationCode method

If successful, this method will return the non-expiring runtime registration code for the unique machine ID from iNTERFACEWARE's server. This process involves an HTTP request to the iNTERFACEWARE server on port 80, therefore, there must be an available Internet connection. The HTTP request consists of your email address and password (the same one used to log into your member's account) and a machineId uniquely identifying the machine to register. The Description of the registration code will be used to identify it in order to determine the nature of the license.

Applies to
TCHMlicense

Declaration
function FetchRegistrationCode(MachineId : String; EmailAddress : String; Password : String; Description : String) : String;

Parameters
MachineId The Machine ID of the machine to register.
EmailAddress Email address used to login to iNTERFACEWARE's members site.
Password Password used to login to iNTERFACEWARE's members site.
Description A description of the registration code.


Chameleon Delphi Documentation