RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorDialog.CustomColors Property

Determines which custom colors are available in the dialog box.

Pascal
property CustomColors: TStrings;
C++
__property TStrings CustomColors;

Each custom color is represented as a string of the form ColorX=HexValue. For example, the following string sets the first custom color.

ColorA=808022

Up to 16 custom colors (ColorA through ColorP) can be set. 

 

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