stop editing | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Associations | group | |||||||||
Summary | Takes a stack out of group-editing mode. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Property: defaultStack Command: group, start editing Object: stack Glossary: current card, background, command, execute | |||||||||
Description | Use the stop editing command to stop editing a group.
The stack is a reference to the stack that contains the specified group. If you don't specify a group, the group currently being edited in the defaultStack is taken out of group-editing mode. Any objects created after the stop editing command is executed are added to the current card, not a group. |