deleteBackground

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
deleteBackground
Associationsgroup
Summary

Sent to a group just before it is removed from the stack.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
on deleteBackground
  beep 2 -- warn user
  pass deleteBackground
end deleteBackground
RelatedCommand: delete, group
Object: stack
Glossary: message, trap
Control Structure: pass
Description

Handle the deleteBackground message if you want to perform cleanup before a group is removed from the stack.

The actual deletion is not triggered by the deleteBackground message, so trapping the message and not allowing it to pass does not prevent the group from being removed.

Deleting the last card on which a group appears does not remove the group from the stack, so it does not cause a deleteBackground message to be sent.

Ungrouping a group does not cause a deleteBackground message to be sent.

A deleteGroup message is sent before the deleteBackground message. (The deleteBackground message is included for compatibility with HyperCard.)

Tagsobjects