Name
Window.MuiID -- set/get window identifier
Function
For most of your windows, you should define a four character string as an id value. Only a window with an id is able to remember its size and position.

Additionally, when you use an ascii id (e.g. 'MAIN'), your window can be controlled from ARexx.

Of course all windows of your application must have unique ids.

Do not confuse Window.MuiID with Notify.ID. The ID you specify in Notify.ID is the one you use to talk to MUI objects using commands like mui.Set() or mui.Get(). It does not have anything to do with the ID you set in Window.MuiID!

Type
Four character string

Applicability
ISG


Show TOC