extLicenseApply (Function) |
Top Previous Next |
The extLicenseApply function is used to apply a license key for an extension module. Instead of using this function, the license key can also be applied via the Apply upgrade key dialog.
Input: key : STRING The license key that contains the license to apply. The license key is a text containing at least 358 characters. Because of this, Large String Support must be enabled to use the function.
Returns: INT
Declaration: FUNCTION extLicenseApply : INT;
Example:
INCLUDE rtcu.inc |