message handler | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | message handler |
Related | Control Structure: on Message: mouseUp Glossary: handler, custom command, handle, built-in message, control structure |
Description | A handler you write that either handles a built-in message (such as mouseUp) or defines a custom command. Message handlers begin with the on control structure. |