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


Purpose   Displays a pull down menu.

Decln.    Pull_menu(Def:Pull_array;var PickM, PickS:byte);

Remarks   Def is the string array containing the menu description, i.e. all
          the topics.
          PickM is the main menu topic that should be highlighted
          initially. It is returned with the main menu of the user's
          selection. If the user ESCapes, PickM is set to 0.
          PickS is the sub menu topic that should be highlighted initially.
          It is returned with the sub-topic selected by the user.

          The global variable PTTT controls the display characteristics of
          the menu. Modify this variable to alter the look and feel of the
          menu.

Example

VAR
  MAJOR,MINOR : BYTE;
BEGIN
    MAJOR := 1;
    MINOR := 1;
    PULL_MENU(MYMENU,MAJOR,MINOR);
END;

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