deleteCard | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Associations | card |
Summary | |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: card Property: cantDelete Command: delete Object: stack Glossary: message, trap Control Structure: pass |
Description | Handle the deleteCard message if you want to perform cleanup before a card is removed from the stack. The actual deletion is not triggered by the deleteCard message, so trapping the message and not allowing it to pass does not prevent the card from being removed. |
Tags | objects |