4D v13.4Get menu item parameter |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v13.4
Get menu item parameter
|
Get menu item parameter ( menu ; menuItem ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
menu | Longint, MenuRef |
![]() |
Menu reference or Menu number | |||||
menuItem | Longint |
![]() |
Number of menu item or -1 for the last item added to the menu | |||||
Function result | String |
![]() |
Custom parameter of the menu item | |||||
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.
Product: 4D
Theme: Menus
Number:
1003
Modified: 4D v11 SQL Release 4
Dynamic pop up menu
Get selected menu item parameter
SET MENU ITEM PARAMETER