TriggerAll | |||||||
Type | statement | ||||||
Dictionary | LCB | ||||||
Library | LiveCode Builder | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget | ||||||
Summary | Causes all of a widget's property triggers to be fired. | ||||||
Parameters |
| ||||||
Example |
| ||||||
Description | Use trigger all to cause all triggers for all a widget's properties to be fired, for example when user action causes a native widget's properties to change, to signal the property change to the IDE. | ||||||
Tags | widget |