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>dfclsrgb()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfClsRGB()
Clears the screen and resets its colors
------------------------------------------------------------------------------
Syntax:

     dfClsRgb( <lFast> ) --> NIL

Parameters:

     <lFast>    if .T. the CLS will be performed at a higher speed. The
     default is .T.

Returns:

     NIL

Description:

     Performs a CLS resetting the colors of the current Color Palette.

Example:

     dfClsRGB()        // Fast CLS
     dfClsRGB( .F. )   // Slow CLS

See also:

     dfDacSet()

See Also: dfDacSet()

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