MenuName

This function returns the current menu name but cannot create or set the menu name.

(missing or bad snippet)

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.