OnLoad

Typemessage
DictionaryLCB
LibraryLiveCode Builder
Syntax
OnLoad
Associationscom.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.

Tagswidget