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>:scroll(<nMethod>) --> self

        <nMethod> indicates the manner in which the scroll operation is
        carried out.  A call to ListBox:scroll() is typically issued in
        response to ScrollBar:hitTest returning that a hit has been
        established.

        ListBox:Scroll Argument Values
        ---------------------------------------------------------------------
        Value     Constant            Result
        ---------------------------------------------------------------------
        -3074     HTSCROLLUNITDEC     Scroll down one line
        -3075     HTSCROLLUNITINC     Scroll up one line
        -3076     HTSCROLLBLOCKDEC    Scroll down one window
        -3077     HTSCROLLBLOCKINC    Scroll up one window
        ---------------------------------------------------------------------

        scroll() is a method of the ListBox class that is used for scrolling
        the contents of a list box up or down.

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