This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathdelete.lcdoc
More file actions
62 lines (44 loc) · 1.83 KB
/
delete.lcdoc
File metadata and controls
62 lines (44 loc) · 1.83 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Name: delete
Synonyms: clear
Type: command
Syntax: delete [<object>]
Summary:
Removes the <selected> text, or the <selected> section of an <image>, or
an <object(glossary)>.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
delete
Example:
delete this card
Example:
delete button 1
Parameters:
object:
Any available object. If no object is specified, the delete command
removes whatever is currently selected.
Description:
Use the <delete> <command> to remove <object|objects> or text from the
<stack>.
If no <object(glossary)> is specified, the <delete> <command> is
equivalent to pressing the Delete key. It removes the <selection>.
Use the <delete> <command> to remove a <control>, <card>, or <group>
permanently. To remove an <object(glossary)> and place it on the
<clipboard> for pasting elsewhere, use the <cut> <command> instead. To
temporarily hide a <control>, use the <hide> <command> instead.
>*Important:* You cannot delete the <object(glossary)> whose <script>
> holds a currently <execute|executing> <handler>.
References: delete chunk (command), cut (command), undo (command),
delete stack (command), compact (command), remove (command),
group (command), delete variable (command), hide (command),
ungroup (command), delete file (command), deleteResource (function),
clipboard (function), object (glossary), command (glossary),
handler (glossary), execute (glossary), selection (keyword),
card (keyword), image (keyword), control (keyword), deleteEPS (message),
deleteAudioclip (message), deleteButton (message), deletePlayer (message),
deleteBackground (message), deleteImage (message), deleteCard (message),
deleteGroup (message), deleteGraphic (message), deleteField (message),
deleteVideoclip (message), stack (object), script (property),
cantDelete (property), selected (property)
Tags: ui