dereference | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | dereference,dereferencing,dereferenced |
Related | Glossary: property, variable |
Description | To access a value that a variable points to. For example, if a variable contains a property name, the variable is said to reference the property. Dereferencing the variable's value means getting the value of the referenced property. |
Tags | properties |