MenuName
This function returns the current menu name but cannot create or set the menu name.
Group: Application-Based Extension
Syntax: App.MenuName ( )
Syntax: App.SetMenu(sMenuName)
sMenuName (String) is the default menu name for the connected Client device.
Example:
Dim sCurrentMenuName as String
sCurrentMenuName = App.MenuName
App.MsgBox(sCurrentMenuName)
Related Topics: App.SetMenu
Versions Supported: RFgen 5.2.4.3 and newer.