SendToScriptObject | |||||||||||||
Type | statement | ||||||||||||
Dictionary | LCB | ||||||||||||
Library | LiveCode Builder | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.engine | ||||||||||||
Summary | Send a message to a script object. | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Values |
| ||||||||||||
Description | Sends a message to the given script object and waits for it to finish so that it can return a value. If no target object is specified, the message is sent to the widget's script object (if used in a root widget module), or to the default stack otherwise. After a send, 'the message was handled' predicate can be used to determine if the message passed through the message path untouched.
| ||||||||||||
Tags | engine,script engine |