Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Checks whether menu command exists.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Menubar | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The ID or path to the menu entry. Use Menubar.ListMenuCommands to find out the IDs and names. |
49297 |
Returns 1 or error.
Check if select all command is there in German:
MBS("FM.HasMenuCommand"; "Bearbeiten¶Alles auswählen")
Do we have the New Database command?
MBS("Menubar.HasMenuCommand"; 57600)
This function checks for a license.
Created 15th November 2014, last changed 15th November 2014