<< Click to Display Table of Contents >> WLTrialDebugCheck |
The WLTrialDebugCheck function checks if the application was protected with the option "Trial Debug Mode" enabled. This function allows you to check from your application that you are not releasing an application protected in "Trial Debug Mode" by mistake.
Parameters
This function has no parameters.
Return Values
If the application was protected with option "Trial Debug Mode" checked, the return value is True.
If the application was protected with option "Trial Debug Mode" unchecked, the return value is False.