forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefine.xml
More file actions
36 lines (36 loc) · 1.21 KB
/
Copy pathdefine.xml
File metadata and controls
36 lines (36 loc) · 1.21 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
<doc>
<legacy_id>1996</legacy_id>
<name>define</name>
<type>command</type>
<syntax>
<example>define <i>property</i> of <i>object</i></example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
</classification>
<references>
<command tag="undefine">undefine Command</command>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
</security>
<summary>Has no effect and is included in <glossary tag="LiveCode">LiveCode</glossary> for compatibility with imported <keyword tag="top">SuperCard</keyword> projects.</summary>
<examples>
</examples>
<description>
<p>In SuperCard and Oracle Media Objects, the <b>define</b> <glossary tag="command">command</glossary> is used to create a <property tag="customProperties">user property</property>.</p><p/><p>In LiveCode, you can use a custom property simply by setting its value with the <b>set</b> <glossary tag="command">command</glossary>, without creating it first, so this <glossary tag="command">command</glossary> is not needed.</p>
</description>
</doc>