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]

 twClockOn( wT, wL, wColor, lAbsolute )
 ----------------------------------------------------------------------------
     Display a digital clock in text mode.

                     *** NOTE ***

     This routine uses CLOCK.ASM which attaches itself to Interrupt 1C.
     CARE MUST BE TAKEN TO TURN THE CLOCK OFF WHEN LEAVING THE
     APPLICATION, EITHER ON PURPOSE OR IN AN ERROR CONDITION.

       Arguments:

     wT, wL - 'N' Relative window coordinates. Defaults to the top,
                  left corner of the window.

     wColor - 'C' Clipper colour string or attribute.  Defaults to the
                  current window colour.

       Return:

     NIL

       Example:

     twClockOn( 5, 5, "w/b" )

See Also: twClockOff() _twClock()

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