groupIDs

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

Reports the groups on a card.

Introduced1.0
Changes

In versions before 1.1, groupIDs and backgroundIDs were synonyms and could be used interchangeably.

OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
repeat with x = 1 to the number of lines of the groupIDs of this card
Values
NameTypeDescription
Value

The groupIDs of a card reports a list of short ID properties of groups, one per line. This property is read-only and cannot be set.

RelatedKeyword: card, line
Glossary: property, group
Property: cardIDs, groupNames, properties, backgroundIDs, editBackground, ID
Description

Use the groupIDs 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 backgroundIDs property.

Tagsobjects