RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TCustomColors Type

TCustomColors is an array that holds the color values for your custom colors.

Pascal
TCustomColors = array[0..MaxCustomColors - 1] of Longint;
C++
array[0..MaxCustomColors - 1] of Longint TCustomColors;

TCustomColors is an array that holds the color values for the custom colors you create using TColorDialog. As many as 16 custom colors (ColorA through ColorP) can be set. 

 

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