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]

     Scrollbar (<nStart>, <nEnd>, <nOffset>, [<bSBlock>]
        [,<nOrient>]) --> oScrollBar

 Arguments

        <nStart> is a numeric value that indicates the screen position
        where the scroll bar begins.  <nStart> refers to the topmost row of a
        vertically oriented scroll bar, or the leftmost column of a
        horizontally oriented scroll bar.

        <nEnd> is a numeric value that indicates the screen position
        where the scroll bar ends.  <nEnd> refers to the bottommost row of a
        vertically oriented scroll bar, or the rightmost column of a
        horizontally oriented scroll bar.

        <nOffset> is a numeric value that indicates the screen column of
        a vertically oriented scroll bar or the screen row of a horizontally
        oriented scroll bar.

        <bSBlock> is an optional code block that, when present, is
        evaluated immediately before and after the ScrollBar object's state
        changes.

        <nOrient> is an optional numeric value that indicates whether the
        scroll bar is vertically or horizontally oriented.  The default is a
        vertically oriented scroll bar.

 Returns

     Returns a ScrollBar object when all of the required arguments are
     present; otherwise, Scrollbar() returns NIL.

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