ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous Windows functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
TrialVersion (Function)
In french: VersionDémo
Used to find out whether the current execution of the application is in "trial version" mode.
Remark: The Microsoft Store proposes a runtime mode for trial versions of applications. This allows you to publish a free trial version of an application by limiting the access to some features via TrialVersion.
Example
IF TrialVersion() = True THEN
Info("This feature is not available in the trial version")
RETURN
END
Syntax
<Result> = TrialVersion()
<Result>: Boolean
  • True if the application is run in "trial version" mode,
  • False otherwise.
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/13/2023

Send a report | Local help