handle | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | handle,handled,handling |
Related | Glossary: handler, script, message, function call, object |
Description | To intercept a message or function call. An object handles a message or function call if the object's script contains a handler for it. |
Tags | objects |