The group of open window instances
| Object specific | |
| $add | $add(cClassname|rItem,cInstname[,iLocn=kWindowNormal,params...]) opens window at location iLocn and returns item reference to it;cInstname = '*' means Omnis creates instance name.Passes parameters to $construct. You can pass cClassname/rItem as either the name of the window class, in the form [library.]class, where the library defaults to the current library if omitted, or as an item reference to the window class. |
| $remove | $remove(rItem) Close the window; rItem is an item reference to the window instance to close |
| Standard | $appendlist $count $findname $first $insertlist $makelist $next $sendall |
| WINDOW |