Get menu title

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 11 (Modified)


Get menu title (menu{; process}) String

ParameterTypeDescription
menuNumber | MenuRefMenu number or Menu reference
processNumberProcess reference number
Function resultStringTitle of the menu

Description

The Get menu title command returns the title of the menu whose number or reference is passed in menu.

If you omit the process parameter, Get menu title applies to the menu bar for the current process. Otherwise, Get menu title applies to the menu bar for the process whose reference number is passed in process.

Note: If you pass a MenuRef in menu, the process parameter serves no purpose and will be ignored.

See Also

Count menus.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next