ImageEn, unit iexColorButton |
|
TIEColorButton
Declaration
TIEColorButton = class(TCustomControl);
Description
A simple component that displays a color and can be clicked to select another color (using the standard VCL color dialog).
// Set current color of button
IEColorButton1.SelectedColor := clRed;
// Use color specified by button
ImageEnView1.CurrentLayer.FillColor := IEColorButton1.SelectedColor;
PropertiesMethodsEvents