forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHCStack.lcdoc
More file actions
40 lines (26 loc) · 988 Bytes
/
Copy pathHCStack.lcdoc
File metadata and controls
40 lines (26 loc) · 988 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
35
36
37
38
39
Name: HCStack
Type: property
Syntax: get the HCStack of <stack>
Summary:
Reports whether a <stack> was originally <import|imported> from
<HyperCard>.
Associations: stack
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
set the HCAddressing of this stack to the HCStack of this stack
Value (bool):
The <HCStack> of a <stack> is true or false.
This property is read-only and cannot be set.
Description:
Use the <HCStack> <property> to find out whether you need to adjust
<properties> for compatibility with <script|scripts> <import|imported>
from <HyperCard>.
If the specified stack was originally a HyperCard stack that was
imported into LiveCode, its <HCStack> <property> is true.
If the specified stack was never a HyperCard stack, its <HCStack>
<property> is false.
References: property (glossary), script (glossary), import (glossary),
HyperCard (glossary), stack (object), HCImportStat (property),
properties (property)