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>:getFirst() --> nPosition

        getFirst() is a method of the PopUpMenu class that is used for
        determining the position of the first selectable item in a pop-up
        menu.  The term selectable is defined as a menu item that is enabled
        and whose caption is not a menu separator.

        Returns a numeric value that indicates the position within the pop-up
        menu of the first selectable item.  getFirst() returns 0 in the event
        that the pop-up menu does not contain a selectable item.

        Note:  getFirst() does not change the currently selected menu
        item.  In order to change the currently selected pop-up menu item,
        you must call the PopUpMenu:select() method.

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