4D v14.3Create menu |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
Create menu
Create menu
The Create menu command creates a new menu in memory. This menu will only exist in memory and will not be added in the Menu editor in Design mode. Any changes made to this menu during the session will be immediately carried over to all the instances of this menu and in all the processes of the database. The command returns an ID of the MenuRef type for the new menu.
In the menu parameter, you can pass either a valid menu reference, or the number or name of a menu bar defined in Design mode. In this last case, the new menu will be made up of the menus and submenus of the source menu bar. A menu created by this command can be used as the menu bar using the SET MENU BAR command. When you no longer need the menu created by Create menu, remember to call the RELEASE MENU command in order to free up the memory being used. Refer to the example of the SET MENU BAR command. |
PROPERTIES
Product: 4D
HISTORY
Created: 4D v11 SQL SEE ALSO
Dynamic pop up menu ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||