version 11.4 (Modified)
SET MENU ITEM PARAMETER (menu; menuItem; param)
| Parameter | Type | Description | |
| menu | MenuRef | Longint | Menu reference or Menu number | |
| menuItem | Longint | Number of menu item or | |
| -1 for the last item added to the menu | |||
| param | String | String to associate as parameter |
Description
The SET MENU ITEM PARAMETER command can be used to associate a custom character string with a menu item designated by the menu and menuItem parameters.
This parameter will mainly be used by the Dynamic pop up menu command.
See Also
Dynamic pop up menu, Get menu item parameter, Get selected menu item parameter.