Difference between revisions of "VerifyLicense"

From MultiCharts
Jump to navigation Jump to search
 
Line 18: Line 18:
 
<syntaxhighlight>VerifyLicense("Moving Average", "Adam.Smith@gmail.com"); </syntaxhighlight>
 
<syntaxhighlight>VerifyLicense("Moving Average", "Adam.Smith@gmail.com"); </syntaxhighlight>
  
[[Category: Environment Information]]
+
[[Category:Execution Control]]

Latest revision as of 14:05, 7 November 2018

When executed, a popup window will appear where the client is required to enter his key for using this study. If the key is invalid study will not be executed and an error message will appear.

Usage

VerifyLicense("Study_Name", "Developer_ID")

Where:

Study_Name - the registered study name on the DRM server
Developer_ID - your login for the DRM server

Notes

Study_Name and Developer_ID parameters are not case-sensitive.

Example

VerifyLicense("Moving Average", "Adam.Smith@gmail.com");