Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

userModify

set [the] userModify to trueOrFalse The userModify property returns or sets whether the user can temporarily type into fields, use the Paint tools, and move or delete objects in a locked stack.

HyperCard discards any changes made by the user or a handler when it leaves the card, although a handler can record the changes and save them to another stack or file.

The userModify is set to false when the user changes stacks or quits HyperCard.

Note: userModify has no effect on an unlocked stack.


Examples

set the userModify of this stack to true

set the userModify of this stack to false

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« userLevel | HyperTalk Reference | variableWatcher »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

userModify

set [the] userModify to trueOrFalse The userModify property returns or sets whether the user can temporarily type into fields, use the Paint tools, and move or delete objects in a locked stack.

HyperCard discards any changes made by the user or a handler when it leaves the card, although a handler can record the changes and save them to another stack or file.

The userModify is set to false when the user changes stacks or quits HyperCard.

Note: userModify has no effect on an unlocked stack.


Examples

set the userModify of this stack to true

set the userModify of this stack to false

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« userLevel | HyperTalk Reference | variableWatcher »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View