Vcl.Dialogs.TCustomColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TCustomColors = array [0..15] of Integer;

C++

typedef System::StaticArray<int, 16> TCustomColors;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

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

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.