Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfhorbar()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfHorBar()
Draws an horizontal scroll bar
------------------------------------------------------------------------------
Syntax:

     dfHorBar( <nCurr>, <nTot>, <nRow>,;
               <nLeft>, <nRight>, <cColor> ) --> NIL

Parameters:

     <nCurr>    Current position.
     <nTot>     Total value of the scroll bar.
     <nRow>     Row on which to display the scroll bar.
     <nLeft>, <nRight> Starting and ending colums.
     <cColor>   Scroll bar color.

Returns:

     NIL

Description:

     Draws a scroll bar at given coordinates.

Example:

     GO TOP
     WHILE ! EOF()
        dfHorBar( RECNO(), LASTREC(),;
                  15, 10, 69, "N/BG" )
        SKIP
     END

See also:

     dfVerBar()

See Also: dfVerBar()

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