passKey | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Enters a password for a locked stack, letting the user modify the stack. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: string Property: password, script Function: stacks Glossary: property, unlock, dialog box, handler Object: stack | ||||||
Description | Use the passKey property to unlock a password -protected stack. If a stack has been locked against modification with a password, you can set the passKey property of the stack to the correct password to unlock the stack. Setting the passKey property is the script equivalent of typing the password into LiveCode's password dialogbox. Use this property if you want to perform password authentication in a handler.
|