[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the value in Glyph has been changed.
Source position: buttons.pp line 197
protected procedure TCustomBitBtn.GlyphChanged( |
Sender: TObject |
); |
Sender |
|
TObject instance for the change notification. |
Ensures that the widget set class is notified of a change in the value for the Glyph property. Calls InvalidatePreferredSize and AdjustSize to resize the control for the new Glyph image.
Assigned to the OnChange event handler in the TButtonGlyph instance for the control, and called directly from the ImageListChange method.
|
Bitmap with the Glyph displayed on the control. |
|
|
Event handler signalled when the bitmap in Glyph has been changed. |
Version 4.0 | Generated 2025-05-03 | Home |