[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    DelLine()

         Deletes an item of a Submenu

    Syntax:

         DelLine( aMenu, nSubMenu, nPos ) -> Nil

         aMenu    : The menu created with NewMenu()
         nSubMenu : The number of the submenu where the item is deleted
         nPos     : The item position in the submenu

    Description:

         Deletes an item or line of a submenu reconfigurating the size
         of it.

    Return:

         Nothing.

    Example:

         aMenu := NewMenu( { "^System", "^Tools", "^Other" }, ;
                           { "N/W", "R/W", "W/B",  "W+/B", ;
                             "N/W", "W/B", "N+/W", "R/W", "GR+/B" } )
         AddItem ( aMenu, 1, "Item ^1", "Message 1" )
         AddItem ( aMenu, 1, "Item ^2", "Message 2" )

         DelLine ( aMenu, 1, 2 )  // Delete the second item

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