Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Guide To CA-Clipper - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     <oPopUp>:setItem(<nPosition>, <oMenuItem>) --> self

        <nPosition> is a numeric value that indicates the position in the
        pop-up menu of the item that is being retrieved.

        <oMenuItem> is the MenuItem object that replaces the one in the pop-
        up menu specified by <nPosition>.

        setItem() is a method of the PopUpMenu class that is used for
        replacing a MenuItem object after it has been added to a pop-up menu.
        After the setItem() method is called, the display()method needs to be
        called in order to refresh the menu.  It is not allowed to call the
        display() method for the currently opened pop-up menu in the code
        block of the menu items.  Otherwise, there are screen refresh
        problems especially if the code block has also increased the number
        of items in the pop-up menu.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson