cardNames | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | group, stack | ||||||
Summary | Lists the short name property of all the cards in a stack, or all the cards that contain a specified group. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: card, line Property: name Message: nameChanged Command: group Object: card, stack Glossary: property, nest, group | ||||||
Description | Use the cardNames property to list the cards in a stack. Each line of the cardNames contains the short name of a card. The cardNames of a group only reports card names for top-level groups (that is, groups that are not contained in another group). The cardNames property of a nested group always reports empty. | ||||||
Tags | objects |