RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.clNone Constant

Represents no selected color.

Pascal
clNone = TColor($1FFFFFFF);
C++
clNone = TColor($1FFFFFFF);

Graphics

clNone represents no selected color.

Note: clNone is white on Windows 9.x systems, and black on Windows NT systems.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!