RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clGreen Constant

Represents the color green.

Pascal
clGreen = TColor($008000);
C++
clGreen = TColor($008000);

Use the Color property of a visual component to set its principle color to green. Green is 100% green with no blue or red. Green is a standard color. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!