Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | event.load SEARCH    

  Events
event.initialize
event.load
event.terminate

  Functions
app.autoRestart
app.booster
app.cancelClose
app.close
app.filename
app.getParam
app.icon
app.init
app.install
app.language
app.maintenance
app.minimize
app.name
app.openAtStartup
app.restart
app.restore
app.setup
app.title
app.uninstall
app.uninstall.create
app.uninstall.remove

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Event
event.load

Language: MioScript
Product: MioFactory


This event is raised when the application is loaded.
The function app.init should be called to initialize the application.

This event is raised after event.initialize.


Author Window ID
 
The ID of the window who raised the event can be retrieved with window.eventAuthor

Group Name
 
As this event is raised by a window, the window group name must be added at the end of the declaration.

For more information: window.create, window.ID.create, window.ID.group.set