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


Purpose   Sets a menu variable with the Toolkit default values.

Decln.    Menu_Set(var M:Menu_Record);

Remarks   M is the Menu_Record variable that will define the menu display
          characteristics.

Example

VAR
  MAIN ; MENU_RECORD;
BEGIN
    MENU_SET(MAIN);
END;

The variable Main is set with the default menu settings.

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