[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when the bitmap in Glyph has been changed.
Source position: buttons.pp line 151
public property TButtonGlyph.OnChange : TNotifyEvent |
OnChange is a TNotifyEvent property with the event handler signalled when the image used in the Glyph property is changed. OnChange is signalled from the DoChange method, and occurs after Glyph has been loaded using the resource or image lists available to the class instance.
TButtonGlyph provides a default implementation for the event handler in its GlyphChanged method.
|
Provides a default implementation for the OnChange event handler. |
|
|
The bitmap image drawn as the glyph on the button. |
|
|
The list of available images for the button glyph. |
|
|
Contains a reference to an external list of images that can be used as the Glyph image, |
|
|
Updates the button glyph after changes to property values. |
Version 4.0 | Generated 2025-05-03 | Home |