Initializing help system before first use

License Method

Overload List
  Name Description
Public methodStatic member License(String)
Generate a license object. This method initiates the OEM licensing procedure. You must then modify the 'Number' field of the returned XPRMLicense with your OEM license key, using the formula described for 'nvalue' in the OEM user guide, before calling XPRM.License(XPRMLicense).
Public methodStatic member License(XPRMLicense)
Check license. This method is used for checking an OEM License. On return, the 'Message' field of the XPRMLicense object will contain your OEM string.
Public methodStatic member License(Int32, String)
Deprecated. Use XPRM.License(string) instead.
Top
See Also