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

        <nPosition> is a numeric value that indicates the position in the
        list of the item to select.

        select() is a method of the ListBox class that is used for changing
        the selected item in a list.  Its state is typically changed when one
        of the arrow keys is pressed or the mouse's left button is pressed
        when its cursor is within the ListBox object's screen region.  If
        necessary, select() will call its display() method to ensure that the
        newly selected item is visible.

        Note:  When present, the scroll bar is automatically updated to
        reflect the new first visible item in the list when the call to
        ListBox:select() causes the list to be scrolled.

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