[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:SetColor( <ncClrFore>, <nClrBack>, <oBrush>) -> <nil>
------------------------------------------------------------------------------
PARAMETER:
<nClrFore> Is a numerical Windows COLOR value defining the foreground
color or a Clipper color string defining both Fore- and
background color.
<nClrBack> Is a numerical Windows COLOR value for the background, if
<nClrFore> was a numeric color code
<oBrush> a TBrush Object that will be used to paint the background of
the window before something is written to it.
If this parameter is omitted a TBrush() object will be created
with the background color.
DESCRIPTION:
This method allows you to change the color and brush that are used when a
window is repainted.
See Also:
oBrush
SetColor
DEFINE BRUSH
Windows Color codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson