[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Show_Nest


Purpose   Displays a NEST menu.

Decln.    Show_Nest(var menu:Nest_menu);

Remarks   Menu is the name of the menu variable that defines all the
          topics.

          This is the main procedure in the NestTTT5 unit.

Example

VAR
  MY_MENU : NEST_MENU;
BEGIN
    INITIALIZE_MENU(MY_MENU);
    ......
    ...    {MENU BUILDING PROCS ADD_TOPIC, ASSIGN_DESPATCHER ETC}
    ......
    SHOW_NEST(MY_MENU);
END;

See Also: Initialize_Menu
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson