PostToScriptObject | |||||||||||||
Type | statement | ||||||||||||
Dictionary | LCB | ||||||||||||
Library | LiveCode Builder | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.engine | ||||||||||||
Summary | Post a message to a script object. | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Description | Post a message to the given script object and returns immediately. Posting a message will cause the message to be sent at the next wait point (usually when the current event has finished being handled). If no target object is specified, the message is posted to the widget's script object (if used in a root widget module), or to the widget's parent (if used in a non-root widget module), or to the default stack otherwise. | ||||||||||||
Tags | engine,script engine |