Menus Component
Fnd_Menu_MenuBarName
Fnd_Menu_MenuBarName ({menu name}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| menu name | Text | Menu bar name (optional) |
| Function result | Text | Menu bar name to use next |
Description
Fnd_Menu_MenuBarName allows the developer to specify the menu bar to display the next time the menu bar is displayed by a Foundation component. If a blank name is specified, the default Foundation menu bar name (“Fnd_Menu”) is restored. If no parameter is passed, nothing is changed. This routine also returns the name of the menu bar name that will be used the next time the Fnd_Menu_MenuBar command is called.
In the original Foundation 4.0 release, this method was named Fnd_Menu_SetMenuBarName.
Extracted source text
Fnd_Menu_MenuBarName ({menu name}) ➔ Text
Parameter Type Description
menu name Text Menu bar name (optional)
Function result Text Menu bar name to use next
Fnd_Menu_MenuBarName allows the developer to specify the menu bar to display the next time the
menu bar is displayed by a Foundation component. If a blank name is specified, the default Foundation
menu bar name (“Fnd_Menu”) is restored. If no parameter is passed, nothing is changed.
This routine also returns the name of the menu bar name that will be used the next time the
Fnd_Menu_MenuBar command is called.
In the original Foundation 4.0 release, this method was named Fnd_Menu_SetMenuBarName.