menu.isInstalled
| Syntax |
menu.isInstalled (addr)
|
| Params |
addr is the Object Database address of a menu whose installation status you wish to know.
|
| Action |
Determines if the menu stored at Object Database location addr is presently installed in the Frontier menu bar.
|
| Returns |
True if the menu is installed, false if it is not.
|
| Examples |
menu.install (@suites.findreplace.menu); menu.isInstalled (@suites.findreplace.menu) » true
menu.remove (@suites.findreplace.menu);
|
| Errors |
If addr does not point to a menu, Frontier will return an error message.
|
| See Also |
menu.install
|