deleteEPS | |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sent to an EPS object just before it is removed from the stack. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: delete Object: EPS, stack Glossary: object, trap, EPS, message, command Control Structure: pass |
Description | Handle the deleteEPS message if you want to perform cleanup before an EPS object is removed from the stack. The actual deletion is not triggered by the deleteEPS message, so trapping the message and not allowing it to pass does not prevent the EPS object from being removed. However, the undo command will restore an EPS object after it is deleted by the user. |
Tags | objects |