msc_FavMenu()

This function opens a popup menu with all favourites of the current user.

Synopsis

msc_FavMenu(string sMainModuleName = "mainModule_");

Parameters

Parameter Description
sMainModuleName The parameter sMainModuleName specifies the name of the main module. Default is the "mainModule_".

Return value

-

Error

Description

This function opens a popup menu with all favourites of the current user. You can also open the favourite management panel through the popup menu. The parameter sMainModuleName specifies the name of the main module. Default is the "mainModule_".

Example

main()
{
  string sMainModuleName = "mainModule_";
  msc_FavMenu(sMainModuleName);
}

Assignment

Administration of favourites

Availability

UI