Get menu item parameter

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

version 11.4 (Modified)


Get menu item parameter (menu; menuItem) String

ParameterTypeDescription
menuMenuRef | LongintMenu reference or Menu number
menuItemLongintNumber of menu item or
-1 for the last item added to the menu
Function resultStringCustom parameter of the menu item

Description

The Get menu item parameter command returns the custom character string associated with the menu item designated by the menu and menuItem parameters. This string must have been set beforehand using the SET MENU ITEM PARAMETER command.

See Also

Dynamic pop up menu, Get selected menu item parameter, SET MENU ITEM PARAMETER.


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