[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Changed - method to call when properties have changed.
Source position: graphics.pp line 1252
protected procedure TRasterImage.Changed( |
Sender: TObject |
); override; |
Sender |
|
Object for the change notification. |
Changed is an overridden method in TRasterImage used to perform actions needed when property values in the class instance have been updated. No actions are performed when BeginUpdate has been called and a corresponding EndUpdate has not occurred.
Changed ensures that the SaveStream used in the shared image is freed.
Changed calls the inherited method in TGraphic to set the value for the Modified property and signal the OnChange event handler (when assigned).
|
Performs action needed when the image data has changed. |
Version 4.0 | Generated 2025-05-03 | Home |