JVCL Help:TJvColorButton.CustomColors

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

List of custom colors.


Pascal

 propertyCustomColors: TStrings;


Description

Use CustomColors to set the custom colors to add to the common color dialog displayed when the "Other" button is clicked. Read CustomColors to determine the custom colors added by the user from this dialog. CustomColors is assignment compatible with the CustomColors property of TColorDialog. You can also edit the property as a standard TStringList, inside which you put values of this form:
ColorX=rrggbb
where X is a letter from A to P and rrggbb is a hexadecimal RGB code. Hence ColorA=FF0000 would add a pure red as the first custom color.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page