editionType

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the editionType
Summary

Returns the edition type of the running engine.

Introduced6.7
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if the editionType is "community" then
   displayMessage "Built with LiveCode Community"
end if
Values
NameTypeDescription
Value

The editionType property returns community or commercial. This property is read-only and cannot be set.

RelatedFunction: revLicenseType, version
Description

Use the editionType global property to determine what edition of the engine is currently running.

The global property the editionType can be used to determine what edition of the engine is currently running.

The editionType returns "community" if the currently running engine is the LiveCode Community IDE or a standalone built with LiveCode Community.

The editionType returns "commercial" if the currently running engine is the LiveCode Commercial IDE or a standalone built with LiveCode Commercial.