qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Adding and Deleting Menu Commands at Run Time
                                                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Adding and Deleting Menu Commands at Run Time
 
 ■ After using the Menu Design window to create a control array with one or
   more menu items, you can write code (using the LOAD and UNLOAD statements)
   to dynamically add or delete menu items in the array at run time.
   See: Creating a Menu
 
 ■ To add or delete menu items in a control array at run time:
 
   1. Create a menu control array with one or more items
      See: Creating a Menu Control Array
 
   2. Return to the programming environment
 
   3. Write the code to add or delete menu items (use LOAD and UNLOAD)
      See: LOAD Statement  UNLOAD Statement
 
 ■ At run time, you cannot remove menu controls created at design time.