[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when the button color has been changed.
Source position: dialogs.pp line 387
published property TColorButton.OnColorChanged : TNotifyEvent |
OnColorChanged is a TNotifyEvent property with the event handler signalled when the selected color in ButtonColor has been changed. An application must implement and assign an object procedure to the property to respond to the event notification.
OnColorChanged is signalled (when assigned) when a new TColor value is assigned to the ButtonColor property. A common use for the event handler is to update the value in Caption when the value in ButtonColor has been updated. OnColorchanged is not signalled during LCL component streaming (csLoading in ComponentState).
|
The TColor value selected in the button control. |
|
|
Text displayed next to the color block on the button control. |
|
Version 4.0 | Generated 2025-05-03 | Home |