OnLoad
Type
message
Summary
Sent when the widget is loaded.
Syntax
OnLoad
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.