ImageEn, unit iexColorCurve |
|
TIEColorCurve.Color
Declaration
property Color: TColor;
Description
Specifies the color of the control (outside of the curve frame).
You must set
ParentColor to false to set
Color.
Note:
◼You must call
Update after changing colors
◼If a standard color, such as clBtnFace is used, it may be overridden by VCL theming colors. Set
EnableTheming to false to prevent this
Default: clBtnFace
IEColorCurve1.ParentColor := False;
IEColorCurve1.Color := clWhite;
IEColorCurve1.Update();