Vcl.Dialogs.TColorDialog.CustomColors

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomColors: TStrings read FCustomColors write SetCustomColors;

C++

__property System::Classes::TStrings* CustomColors = {read=FCustomColors, write=SetCustomColors};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TColorDialog

Description

Determines which custom colors are available in the dialog box.

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.

See Also