mui.DoMethod(id, "Load", name$)
Each gadget with a Notify.ExportID will get its contents saved during Application.Save and restored during Application.Load. This makes it very easy to design a configuration window with "Save", "Use" and "Cancel" buttons to allow the user storing the settings. When the application starts, you would just have to call Application.Load and the stored settings will be read and installed.
The name$ parameter must be set to the name of the file you wish to load the
settings from. Usually you won't need to think of a real name but instead use one
of the following special values:
::ENV
::ENVARCNot all classes are able to import and export their contents. Currently, you may define a Notify.ExportID for
String class
Radio class
Cycle class
Listview class
Text class
Slider class
Area class
Menuitem class
Group class