propertyNames | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns a list of all built-in properties in LiveCode. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Property: properties, customProperties Function: constantNames, functionNames, commandNames, colorNames Glossary: property, custom property, LiveCode, return, reserved word Control Structure: setProp, function | ||||||
Description | Use the propertyNames function to check whether a particular property already exists in LiveCode, to avoid using a reserved word for your own custom properties. The propertyNames function returns all the properties that can be used in LiveCode, including synonyms. | ||||||
Tags | properties |