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
30 lines (17 loc) · 984 Bytes
/
Copy pathHCStack.lcdoc
File metadata and controls
30 lines (17 loc) · 984 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
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,web,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: HCImportStat (property), properties (property), property (glossary), script (glossary), import (glossary), HyperCard (glossary), stack (object)