RegisterTrialHost method
Registers the machine using the given expiring trial registration code and expiry date.
Applies to
Declaration
procedure RegisterTrialHost(RegistrationCode : String; ExpiryDate : TDateTime);
Description
This method is deprecated. Please use GetRegistrationCode instead as this method will be removed in the future.
This method checks if the registration code is valid. If the registration code is invalid, the method throws an exception and does not send a request to the iNTERFACEWARE server. If the registration code is valid, this method registers your machine.
| Parameters |
| RegistrationCode | The registration code. |
| ExpiryDate | The expiry date of the registration code. |