forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefine.lcdoc
More file actions
32 lines (19 loc) · 663 Bytes
/
Copy pathdefine.lcdoc
File metadata and controls
32 lines (19 loc) · 663 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
Name: define
Type: command
Syntax: define <property> of <object>
Summary:
Has no effect and is included in <LiveCode> for compatibility with
imported <SuperCard> projects.
Introduced: 1.0
Platforms: desktop, server
Parameters:
property:
object:
Description:
In SuperCard and Oracle Media Objects, the <define> <command> is used to
create a <custom property|user property>.
In LiveCode, you can use a custom property simply by setting its value
with the set <command>, without creating it first, so this <command> is
not needed.
References: undefine (command), custom property (glossary),
SuperCard (glossary), command (glossary), LiveCode (glossary)