backgroundNames

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the backgroundNames of <stack>
Associationsstack
Summary

Reports the backgrounds in a stack.

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 backgroundNames of this stack after allObjectsList
Values
NameTypeDescription
Value

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

RelatedKeyword: line
Property: backgroundBehavior
Command: group
Object: stack
Glossary: property, current card, background, group
Description

Use the backgroundNames property to find out which backgrounds are available.

The backgroundNames is the list of all backgrounds in the stack whose backgroundBehavior property is set to true, whether they appear on the current card or not. If a group in the stack contains groups, only the top-level groups are reported.

To find out which groups are placed on a card, use the groupNames property.

Tagsobjects