OnCreate | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when the widget is created. |
Example |
|
Description | Handle the OnCreate message to have the widget perform an action when it is created, for example setting default values of instance variables. *Note:* Access to most script object operations is not allowed whilst an OnCreate handler is running. |
Tags | widget |