[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The TColor value selected in the button control.
Source position: dialogs.pp line 370
published property TColorButton.ButtonColor : TColor |
ButtonColor is a TColor property which contains the selected color for the button control.
The value in ButtonColor is used as the initial selected color value when the ColorDialog is displayed in the ShowColorDialog method. It is updated with the newly selected color value when the ColorDialog is executed.
Setting a new value for the property causes the OnColorChanged event handler to be signalled (when assigned) and the control is redrawn.
Use Color to set the color used for the button face on the control.
|
The color selection dialog displayed when the control is clicked, or the ShowColorDialog method is called. |
|
|
Displays a Color dialog and captures its result. |
|
|
Event handler signalled when the button color has been changed. |
|
|
Performs actions needed when the control is clicked. |
|
|
Color type used by most LCL drawing functions. |
Version 4.0 | Generated 2025-05-03 | Home |