VerifyLicense

From MultiCharts
Revision as of 14:05, 7 November 2018 by Henry Multicharts (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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");