The group of instances for installed toolbars
| Object specific | |
| $add | $add(cClassname|rItem,cInstname[,dock-area=kDockingAreaTop,params...]) opens a named instance of the toolbar in dock-area;cInstname = '*' means Omnis creates instance name.Passes parameters to $construct.Returns item reference to toolbar instance You can pass cClassname/rItem as either the name of the toolbar class, in the form [library.]class, where the library defaults to the current library if omitted, or as an item reference to the toolbar class. |
| $remove | $remove(rItem) Closes the toolbar instance; rItem is an item reference to the toolbar instance to close |
| Standard | $appendlist $count $findname $first $insertlist $makelist $next $sendall |
| TOOLBAR |