forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHCStack.xml
More file actions
45 lines (45 loc) · 1.81 KB
/
Copy pathHCStack.xml
File metadata and controls
45 lines (45 loc) · 1.81 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
<doc>
<legacy_id>2444</legacy_id>
<name>HCStack</name>
<type>property</type>
<syntax>
<example>get the HCStack of <i>stack</i></example>
</syntax>
<library></library>
<objects>
<stack/>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Developing with LiveCode</category>
</classification>
<references>
<property tag="HCImportStat">HCImportStat Property</property>
</references>
<history>
<introduced version="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary>Reports whether a <object tag="stack">stack</object> was originally <glossary tag="import">imported</glossary> from <keyword tag="top">HyperCard</keyword>.</summary>
<examples>
<example>set the HCAddressing of this stack to the HCStack of this stack</example>
</examples>
<description>
<p>Use the <b>HCStack</b> <glossary tag="property">property</glossary> to find out whether you need to adjust <property tag="properties">properties</property> for compatibility with <glossary tag="script">scripts</glossary> <glossary tag="import">imported</glossary> from <keyword tag="top">HyperCard</keyword>.</p><p/><p><b>Value:</b></p><p>The <b>HCStack</b> of a <object tag="stack">stack</object> is true or false.</p><p/><p>This property is read-only and cannot be set.</p><p/><p><b>Comments:</b></p><p>If the specified stack was originally a HyperCard stack that was imported into LiveCode, its <b>HCStack</b> <glossary tag="property">property</glossary> is true.</p><p/><p>If the specified stack was never a HyperCard stack, its <b>HCStack</b> <glossary tag="property">property</glossary> is false.</p>
</description>
</doc>