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]

 twClear( wBorder, wFill, wT, wL, wB, wR)
 ----------------------------------------------------------------------------
     Clears or fills a region within the active window in the current
     window colour, including or excluding the border.

       Arguments:

     WBorder  - 'L' .T. to include the border, .F. to exclude in either
                    a box or a window.  Defaults to .T.

     wFill    - 'C' Fill Character. Defaults to " ".

     wT,wL
     wB,wR   - 'N' Relative Window Coordinates. This defaults to
                   display area for the current window if not passed.

       Return:

     Current window handle

       Example:

     twClear( .T., "#", 12, 7, 18, 31 )

     Clears a box with chr(177) including the border.

See Also: twAttrib() twClearLine() twVattr() twSattr()

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