message | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | message |
Related | Glossary: execute, message handler, script, object |
Description | An instruction sent to an object. If the object's script contains a message handler with the same name as the message, that message handler is executed. |
Tags | objects,messages |