groupNames

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the groupNames of <card>
Associationscard
Summary

Reports the groups on a card.

Introduced1.0
Changes

In versions before 1.1, groupNames and backgroundNames were synonyms and could be used interchangeably.

OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
put the groupNames of card 1 into groupsToDelete
if x is among the lines of the groupNames of card y then next repeat
Values
NameTypeDescription
Value

The groupNames of a card reports a list of group names, one per line. This property is read-only and cannot be set.

RelatedKeyword: card, line
Property: groupIDs
Message: nameChanged
Command: place
Glossary: property, group
Description

Use the groupNames property to find out which groups are placed on a card.

If a group on the card contains groups, only the top-level groups are reported.

To find out which groups are in a stack, use the backgroundNames property.

Tagsobjects