licensed

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
the licensed
licensed()
Summary

Returns true if the development environment is running.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
the licensed
if not licensed() then hide button "Edit Script"
Values
NameTypeDescription
return

The licensed function returns true or false.

RelatedCommand: edit
Function: revLicenseType, scriptLimits
Control Structure: function
Glossary: development environment, return, standalone application
Description

Use the licensed function to determine whether the user is using a standalone application or the development environment.

If the licensed function is false, the current application is a standalone, which has certain limitations on scripting. These limitations are described by the scriptLimits function.

Note: If the user has the Evaluation Edition, the licensed function returns true.