TCustomColors is an array that holds the color values for your custom colors.
TCustomColors = array[0..MaxCustomColors - 1] of Longint;
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!
|