Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>choosecolor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    ChooseColor()

         Allows to choose a color

    Syntax:

         ChooseColor( [nRow], [nCol], [lShowColor] ) -> Nil

         nRow       : Row of window, by default 3.
         nCol       : Column of window, by default 28.
         lShowColor : A logic value indicating if the color in string
                      format must be showed during selection. By default
                      is false, .F.

    Description:

         Allows to user to choose a color.

    Return:

         The color in string format or Nil if Esc has been pressed.

    Example:

         ? "Selected Color is " + ChooseColor( 3, 28, .T. )

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