releaseStack | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | stack |
Summary | Sent to a stack when the stack is removed from the message path with the stop using command. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: stacksInUse Message: libraryStack Command: stop using, start using Object: stack Glossary: message, command, execute, message path |
Description | Handle the releaseStack message if you want to perform some task or set a configuration when a stack is no longer in use. The releaseStack message is sent to the stack being released with the stop using command, even if the stack was not in use before the stop using command was executed. |
Tags | objects |