deleteAudioclip | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | audioclip |
Summary | Sent to an audioclip just before it is removed from the stack. |
Introduced | 8.1 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Related | Command: delete Object: audioclip, stack Glossary: trap, button, message, command Control Structure: pass |
Description | Handle the deleteAudioclip message if you want to perform cleanup before an audioclip is removed from the stack. The actual deletion is not triggered by the deleteAudioclip message, so trapping the message and not allowing it to pass does not prevent the audioclip from being removed. However, the undo command will restore an audioclip after it is deleted by the user. |
Tags | objects |