Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twScBarMove( _SBar, sTop, sLeft, sBottom, sRight )
 ----------------------------------------------------------------------------
     Moves the scroll bar display to another position on the screen.
     This function is used in twARPick and twDBPick when the window is
     moved with the corresponding ALT keys.

       Arguments:

     _sBar   - 'N' Bar Array

     sTop    - 'N' Spaces to move bar top.

     sLeft   - 'N' Spaces to move bar column.

     sBottom - 'N' Spaces to move bar bottom.

     sRight  - 'N' Spaces to move bar column.

       Return:

     Bar number.


       Example:

     twScBarMove( nBar, -1, 0, -1, 0 )

     Moves bar up one space.

See Also: twSCBarNew()

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