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]

     <oListBox>:addItem(<cText> [, <expValue>]) --> self

        <cText> is a character string that indicates the item's text to
        display in the list.

        <expValue> is a value that is associated with the list item.  If
        omitted, the item's associated data will be NIL.

        addItem() is a method of the ListBox class that is used for appending
        a new item to a list.  When adding an item, an optional value may be
        included.  This enables you to associate pertinent data with the text
        displayed in the list.

        Note:  When present, the scroll bar is automatically updated to
        reflect the addition of the new item.

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