TButtonColor

TButtonColor
Hierarchy     Properties     Methods     Events     

Unit
TeCanvas

Description
This Button control is internally used at Chart Editor dialogs.

It's like a normal TButton control, but includes a property to "link" this button to a Color property.

The Color is used to display a graphical filled rectangle at the right side of the button.
Clicking the button will automatically show the Color editor dialog to change the color.

Example:

ButtonPen1.LinkProperty( Series1, 'SeriesColor' );