HI_Menu_Create

HI_Menu_Create

%HI_Menu_Create function


Function

Function %HI_Menu_Create creates menu from script.

Declaration

%HI_Menu_Create( INT in _ID, INT in _menuPos, BOOL in _bPersistent )

Parameters

_ID

Within the scheme - a unique identifier of menu.
If menu with the same _ID exists, it is deleted.

_menuPos

Consecutive number (starts with 1,...) for the menu to class.
If the menu is already defined in the existing consecutive place, new menu will appear next to it (menu which has been already defined is not deleted).

_bPersistent

If there is:

  • @TRUE - after closing the scheme, menu remains.

  • @FALSE - after closing the scheme, menu is deleted automatically.

Description

 Function creates menu from the script.