global

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsglobal,globally,global variable,global property,global properties
RelatedGlossary: property, handler, variable, object
Description

Pertaining to the whole application environment, rather than a single handler or object.

A global variable's value is available to any handler; a global property affects the overall environment, not just one object.

Tagsproperties