forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeleteAudioclip.lcdoc
More file actions
35 lines (22 loc) · 886 Bytes
/
deleteAudioclip.lcdoc
File metadata and controls
35 lines (22 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name: deleteAudioclip
Type: message
Syntax: deleteAudioclip
Summary:
Sent to an <audioclip(object)> just before it is removed from the
<stack>.
Associations: audioclip
Introduced: 8.1
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Description:
Handle the <deleteAudioclip> message if you want to perform cleanup
before an <audioclip(object)> is removed from the <stack>.
The actual deletion is not triggered by the <deleteAudioclip> <message>,
so <trap|trapping> the <message> and not allowing it to <pass> does
not prevent the <audioclip(object)> from being removed.
However, the undo <command> will restore an <audioclip(object)> after
it is deleted by the user.
References: delete (command), pass (control structure), trap (glossary),
button (glossary), message (glossary), command (glossary),
audioclip (object), stack (object)
Tags: objects