Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Menubar.HasMenuCommand

Checks whether menu command exists.

Component Version macOS Windows Linux Server iOS SDK
Menubar 5.0 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Menubar.HasMenuCommand"; Path )   More

Parameters

Parameter Description Example
Path The ID or path to the menu entry.
Use Menubar.ListMenuCommands to find out the IDs and names.
49297

Result

Returns 1 or error.

Description

Checks whether menu command exists.

Examples

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)

See also

Blog Entries

This function checks for a license.

Created 15th November 2014, last changed 15th November 2014


MenuItem.SetUnderline - Menubar.IsMenuCommandChecked

💬 Ask a question or report a problem