%HI_Menu_AddObject function


Function
The function %HI_Menu_AddObject adds HI_MENU from script.
Declaration
%HI_Menu_AddObject(
   HBJ in hi_menu,
   INT in _menuPos,
   BOOL in _bPersistent
 )

Parameters
hi_menu Reference to object of HI_MENU type which is to be included in main menu of HI process.
_menuPos Consecutive number (starts form 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
The function adds  HI_MENU from script.
Napíšte komentár