|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| window.ID.group.set(GroupName) |
Parameters
| GROUP | GroupName | Name of the group. |
Return value
No value is returned.
Description
Set a group name to a window.
A group ID is used to manage the events per group instead of for all the windows.
The group name can be retrieved with window.ID.group.set.
It can also be set when the window is created with window.ID.create or window.create. |
|
|
|