OnLoad | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the widget is loaded. |
Description | Handler the OnLoade message to execute code when a stack containing the widget is loaded, for example setting default values of instance variables. *Note:* Access to most script object operations is not allowed whilst an OnLoad handler is running. |
Tags | widget |