global | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | global,globally,global variable,global property,global properties |
Related | Glossary: 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. |
Tags | properties |