licensed | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns true if the development environment is running. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: 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.
|