RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clBlue Constant

Represents the color blue.

Pascal
clBlue = TColor($FF0000);
C++
clBlue = TColor($FF0000);

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

 

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