|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
| BOOL | Hidden | Set to true if the application will run in hidden mode. |
Return value
No value is returned.
Description
The call of this function with the parameter set to true prevent the application for being visible by the end user.
This is useful to create processes that communicate with your main application to do multi-tasking.
Call this function only from the event event.initialize |
MioScript Sample Code
event._initialize
system._hidden(true)
event.end |
|
|
|